@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}
.login-screen iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.login-screen {
    width: 100%;
    height: 100% !important;
    position: relative;
    background: #ccc;
    background: url(../img/background.png);
    background-position: 50% 65% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.login-screen .logo {
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    min-width: 200px;
    min-height: 43px;
    padding: 10px;
    box-sizing: border-box;
}
.login-screen .logo img {
    margin: 0 auto;
}
.panel-login {
    width: 100%;
    max-width: 450px;
    z-index: 999999;
    margin:60px auto;
    background: none;
}
.panel-login.left {left:20px;right:inherit;}
.panel-login.right {right:20px;left:inherit;}
.panel-login.center {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.panel-login>.panel-heading {
	color: #00415d;
	border-color: #fff;
	text-align:center;
	border-bottom: 0;
}
.panel.panel-login h4 {
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
}
.panel.panel-login .redText {
    color: #ff0028;
}
#register-form .radio {
    display: inline-block;
    padding: 0px;
    margin: 0;
}
#register-form .radio label {
    padding: 5px 10px;
    background: #525280;
        border-radius: 4px;
}
#register-form .radio input {
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}


.panel-login input[type=checkbox]:checked{
	background: #525280;
    border: 2px solid #525280;
}
.panel-login input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background: #f8981d;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #f8981d, 4px 0 0 #f8981d, 4px -2px 0 #f8981d, 4px -4px 0 #f8981d, 4px -6px 0 #f8981d, 4px -8px 0 #f8981d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.block {
    display: block;
}
#register-form .radio input:checked + label{
	background: #4595d1;
}
#forgot-form input#forgot-submit,
#register-form input#register-submit,
#login-form input#login-submit {
    background: #000;
    color: #fff;
    border: solid 1px #000000;
}
.panel-login  .form-control{
    font-weight:normal;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    font-size: 1.2rem;
    min-height: 40px;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.login-tabs {
    text-align: center;
}
.login-tabs a {
    color: #000;
}
.panel-login hr{
	margin-top: 10px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(253, 253, 253, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #000;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #000;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
#forgot-submit {
    background: #f8981d;
}
form#forgot-form {
    max-width: 400px;
    margin: 0 auto;
}
/*monika 06082018*/
#signup_success_message {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 600px;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 2px #ccc;
}
/*monika 06082018*/
@media(max-width: 767px)
{
	label.block {
	    display: block;
	    margin-top: 15px;
	}
	.panel-login{bottom: inherit;}
}
@media(max-width: 640px)
{
	.panel-login{max-width: 350px;left: 0;
    right: 0;
    margin: 0 auto;}
}
@media(max-width: 360px)
{
	.panel-login{max-width: 300px;}
}
a.link-underline:active,
a.link-underline:hover,
a.link-underline {
    color: #000;
}
.btn-primary {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.btn-primary:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.btn-secondary {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.btn-secondary:hover {
    background-color: #ccc;
    color: #000;
    border: 1px solid #000;
}
