/*
 * Copyright 2014-today NGDATA NV and/or its affiliates. All rights reserved.
 */
 body {
    font-family: "Roboto",sans-serif!important;
    background-color: rgb(26, 30, 136);
    background: url(../images/logo-background.png) fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.container-box {
    margin-top: 28vh;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 440px;
    width: calc(100% - 40px);
    padding: 44px 44px 95px 44px;
    margin-bottom: 28px;
    background-color: #fff;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    border-radius: 5px;
}
.banner-logo {
    width: 50%;
    margin-bottom: 15px;
}
.btn-primary  {
    background-color: #3956E5;
    color: #fff;
    line-height: normal;
    position: relative;
    font-size: 14px;
    float: right;
    margin-top: 20px;
    text-indent: .0892857143em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .0892857143em;
    height: 36px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.btn-primary:focus {
    background-color: #3956E5 !important;
    border-style: none !important;
}
.btn-primary:active {
    background-color: #3956E5;
    border-style: none;
    border-right: none;
}
.inputs {
    padding: 6px 10px;
    border: 1px solid rgba(0,0,0,0.6);
    height: 36px;
    outline: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-color: transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
}
.form-control:focus {
    border-color: #000;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    box-shadow: none;
}
.form-label {
    color: #000;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.form-check{
    margin: 5px;
}
.form-check-input {
    border: 2px solid grey;
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin: 3px;
}
.form-check-input:checked {
    color: #20cc76 !important;
    caret-color: #20cc76 !important;
    background-color: #20cc76;
    border-color: #20cc76;
}
.bg-image {
    -webkit-animation: fadeIn 1s;
    -moz-animation: fadeIn 1s;
    -o-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.background-overlay {
    background: rgba(0,0,0,0.55);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.ma-top {
    margin-top: 15px;
}
.ma-bottom {
    margin-bottom: 15px;
}
.error-text { 
    color: red;
}
