@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html{
    height:100%;
    min-height:100%;
}

.logo{
    position: relative;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
    width: fit-content;
    height: fit-content;
    border-radius: 4px;
    margin-bottom: 10px;
}

.logo img{
    min-width: var(--login-logo-min-width);
    min-height: var(--login-logo-min-height);
    max-width: var(--login-logo-max-width);
    max-height: var(--login-logo-max-height);
}

#login .background-image-container{
    width: calc(100% - 440px);
    height: 100%;
    background-image: url("/img/login-bkg.svg");
    background-position: center;
    position: fixed;
    left: 0px;
    top: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* Rectangle 3: */
}

#login .background-image-container h2{
    position: relative;
    top: 10px;
    left: 40px;
    font-size: 64px;
    color: #fff;
    /* opacity: .75; */
    width: calc(100% - 150px);
}

#login .background-color{
    width: calc(100% - 400px);
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: radial-gradient(94% 153%, #0166DC 0%, #042964 100%);
}

@media (min-width: 2000px){
    #login .background-image-container img{min-width:2200px}
}

#login .form{
    position: fixed;
    width: 440px;
    height: 100%;
    background-color: var(--login-bkg);
    right: 0px
}

@media (min-width: 768px) and (max-width: 991px){
    #login .form{width:100%}
}

@media (max-width: 767px){
    #login .form{width:100%}
}

#login .form .logo{
    padding-top:0px
}

#login .form .logo img{
    margin:auto;
    width:150px
}

@media (min-width: 768px) and (max-width: 991px){
    #login .form .logo{
	padding-top: 0px
    }
}

@media (max-width: 767px){
    #login .form .logo{
	padding-top: 0px
    }
}

#login .center{position:relative;left:50%;transform:translate(-50%)}
#login .form form{padding-top:25px;max-width:350px;width: 100%;z-index: 10}
@media (min-width: 768px) and (max-width: 991px){
    #login .form form{padding-top:25px}}
@media (max-width: 767px){#login .form form{padding-top:25px}}

#login .form input{
    width: 100%;
    /*margin-top:15px*/
}

#login .form input:focus{
    outline-color:transparent;
    outline-style:none
}

#login .form-container{
    background-color: var(--login-form-color);
    box-shadow: var(--login-form-shadow);
    border-radius: 10px;
    position: relative;
}

#login .form-container .input-group{
    border-bottom: 1px solid #d6d6d6;
    padding-top: 8px;
    padding-bottom: 4px;
}

#login .form-container input{
    border: none;
    box-shadow: none;
    padding-left: 0px !important;
    text-indent: 7px;
    margin-left: 8px;
    border-radius: 8px;
}

.select-group{
    width: 100%;
    border-bottom: 0px !important;
}

.select-group select{
    width: 100%;
    margin-left: 10px;
}

.select-group select{
    color: rgb(85, 85, 85);
    position: relative;
    top: 8px;
    background: transparent;
    border: none;
}

.select-group select:focus{
    outline-color:transparent;
    outline-style:none;
    box-shadow: none;
}

#login .form-container .input-group button{
    background-color: transparent;
}

#login .form-container .input-group button:focus{
    outline-color:transparent;
    outline-style:none;
    box-shadow: none;
}
.bootstrap-select{
    width: 100% !important;
}

.media-left img{
    width: 35px;
    height: auto;
}

.show_password{
    font-size:12px;
    color: black;
    font-weight: 400;
}

.lang_selector{
    padding-top: 0px;
}

#login_lang{
    width: 100%;
}

#showpass{
    /*margin-top: 15px;*/
}

#login .form button a{color:white}
#login .form button a:visited{color:white}
#login .form .checkbox{padding-top:0px}
#login .form .tick{margin-top:4px !important;width:inherit}
#login .form .reset-password{padding-top:40px;font-size:12px}

#login .form .copyright{
    position:absolute;
    bottom:25px;
    transform:translate(-50%);
    left:50%;
    z-index: -1;
    width: 340px;
}


#login .play-store img, #login .play-store3 img{
    height: 35px !important;
}

#login .play-store2 a{
    background-size: auto 35px !important;
}

#app-stores{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 380px;
    margin: auto;
    bottom: 90px;
}

#login .form .copyright .play-store img{
    max-width: 220px;
    margin-bottom: 20px;
    position: relative;
    left: 50%;
    transform: translate(-50%);	
}

#login .form .copyright img{
    width: 42px;
}

#login .form .copyright .collapse{
    text-align: center;
}

@media (max-width: 760px){
    #login .background-image-container{
	display: none;
    }
}

#login .form  .keep-logged-in{
    font-size: 12px;
    margin-top: 2px;
    color: var(--login-remember-text-color);
}

.btn i{
    border-right: 1px solid white;
    margin-right: 5px;
    padding-right: 10px;
}

.btn-login{
    margin-top: 15px;
    width: 100%;
    color: white !important;
    background: var(--button-login);
    box-shadow: 0 6px 15px 1px rgba(101, 161, 236, 0.32);
    border-radius: 4px;
}

.btn-login:hover, .btn-login:active, .btn-login:visited, .btn-login:link{
    color: var(--button-login-color);
}

.btn-login:hover{
    background: var(--button-login-hover);
}

.btn-login:active{
    background: var(--button-login-active);
}

.btn-google{
    position: relative;
    width: 350px;
    margin-top: 28px;
    background: #FFFFFF;
    box-shadow: 0 5px 9px 2px rgba(179,179,179,0.32);
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%);
}

.btn-get-android{
    position: relative;
    width: 350px;
    margin-top: 35px;
    background: #1b1b1b;
    box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.32);
    border-radius: 4px;
    color: white;
    left: 50%;
    transform: translate(-50%);
}

.btn-get-android:hover{
    color: white;
    background: #000;
} 

.btn-get-android:active{
    color: white;
    background: #000;
}

.btn-google span img, .btn-get-android span img{
    height: 20px;
    position: absolute;
    left: 10px;

}

.btn-no-border > i {
    border-right: 0px solid var(--button-text-color);
    margin-right: 0px;
    padding-right: 0px;

}

.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 80% !important;
    margin-left: 20px;
}

.open > .dropdown-menu{
    width: 100%;
    height: inherit !important;
}

.bootstrap-select button{
    width: 100%;
}

ul.inner{
    position: relative !important;
    margin-bottom: 0px;
    
}

.check-container {
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
}
.check-container label {
    position: relative;
}

/* Base styles for spans */
.check-container span::before,
.check-container span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

/* Check-boxes */
.check-container span.checkbox::before {
    width: 27px;
    height: 27px;
    background-color: var(--login-checkbox-main-color);
    left: -16px;
    box-sizing: border-box;
    border: var(--login-checkbox-inner-border);
    transition: border-color var(--login-checkbox-transition-speed);
    border-radius: var(--login-checkbox-border-radius);
    box-shadow: var(--login-checkbox-box-shadow);
    transition: var(--login-checkbox-transition-speed);
    cursor: pointer;
}
.check-container span.checkbox:hover::before {
    box-shadow: var(--login-checkbox-hover-box-shadow);
    transition: var(--login-checkbox-transition-speed);
    cursor: pointer;
}
.check-container span.checkbox::after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    left: -10px;
    top: -10px;
    color: transparent;
    transition: color var(--login-checkbox-transition-speed);
    /*box-shadow: inset 0 0 0 0 transparent;*/
    cursor: pointer;

}
input[type="checkbox"]:checked + label span.checkbox::after {
    color: var(--login-checkbox-check-color);
}

.vodia-box{
    margin-top: 0px !important;
}

/*since we are not using button need to preven text highlighting*/
.login-checkbox{
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


@media (max-height: 750px){
    #login .form .logo{padding-top:0px}

    #login .form .center{
	padding-top: 15px;
    }

    #login .form .copyright .play-store img{
	margin-bottom: 0px;
    }

    .lang_selector{
	padding-top: 5px;
    }

    #login .form .reset-password{
	padding-top: 20px;
    }

    #login .form .copyright{
	bottom: 10px;
    }
}

#login-error{
    position: relative;
    height:80px;
}

#login-error p{
    display: none;
    color: #c70000;
    vertical-align: bottom;
    position: absolute;
    bottom: 0px;
    height: fit-content;
    
}


/*Hide footer on small screens so it doesn't overlap with the form*/
@media (max-height: 470px){
    .copyright{
	display: none;
    }
}

@media(max-width: 400px){
    

    #login .form form{
	width: calc(100% - 30px);	
    }

    .copyright{
	width: 100%;
    }

    .copyright img{
	width: 180px;
    }

    .copyright p{
	text-align: center;
    }

    #login .form .copyright .play-store img{
	margin-bottom: 0px;
    }

    #login .form .copyright{
	bottom: 5px;
    }

    .lang_selector{
	padding-top: 5px;
    }
    #login .form form{
	padding-top: 20px;
    }

    #login .form .logo{
	padding-top: 0px;
    }
    
    #login .form .logo img{
	width: 130px;
    }
}

#android_settings{
    z-index: 100;
    color: #c70000;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 2em;
}

.line-or-line{
    margin-top: 20px;
}

.line-or-line .or{
    width: max-content;
    background-color: var(--login-bkg);
    position: relative;
    left: 50%;
    transform: translate(-50%);
    top: 10px;
    padding: 0px 10px 0px 10px;
    color: var(--login-or-color);
    font-weight: 300;
    letter-spacing: 2px;
}

.line-or-line .line{
    width: 100%;
    height: 1px;
    background-color: var(--login-line-color);
}

.welcome-text{
    font-size: 18px;
    color: #000000;
    letter-spacing: 0.9px;
    line-height: 26px;
}

#g-signin2 .abcRioButton{
    width: 350px !important;
    margin: auto;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    box-shadow: 0 6px 15px 1px rgba(124, 126, 127, 0.32);
    transition: all .2s;
    opacity: 1;
    margin-top: 20px;
}

#g-signin2 .abcRioButton:hover .abcRioButtonContents{ 
    opacity: 0.75;
}

#g-signin2 .abcRioButton:active .abcRioButtonContents{
    opacity: 0.65;
}

#g-signin2 .abcRioButton .abcRioButtonContents{
    font-size: 14px !important;
    margin-left: -20px !important;
}

.logo-strip{
    background-image: url("/img/vodia_logo_white.svg");
    background-size: 60px auto;
    width: inherit;
    height: 28px;
    position: absolute;
    bottom: 19px;
    left: 20px;
    background-repeat: no-repeat;
    opacity: .25;
}
