body {
   
}
.login-screen iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.login-screen {
    width: 100%;
    height: 800px;
    position: relative;
    background: #ccc;
	background: url(../img/background.png);
}
.login-screen .logo {
    text-align: center;
    max-width: 220px;
    width: 100%;
    margin: 10px auto 0;
    min-width: 200px;
    min-height: 43px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.login-screen .logo img {
    margin: 0 auto;
}
.panel-login {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(185, 183, 183, 0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(185, 183, 183, 0.5);
	box-shadow: 0px 0px 5px 0px rgba(185, 183, 183, 0.5);
	background: #070749;
	position: absolute;
    width: 100%;
    max-width: 600px;
    left: 20px;
    z-index: 999999;
    margin:60px auto
}
.panel-login.left {left:20px;right:inherit;}
.panel-login.right {right:20px;left:inherit;}
.panel-login.center {left:0px; right:0;}
.panel-login>.panel-heading {
	color: #00415d;
	border-color: #fff;
	text-align:center;
	border-bottom: 0;
}
.panel.panel-login h4 {
    color: #f8981d;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
}
.panel.panel-login .redText {
    color: #ff0028;
}
.panel-login label {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
        
}
#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]{
	    -webkit-appearance: none;
	    -moz-appearance: none;
    width: 15px;
    height: 15px;
    background: #ffffed;
    border: 2px solid #ccc;
    vertical-align: text-bottom;
    position: relative;
    margin-right: 10px;
}
input#register-submit {
    background: #f8981d;
    margin-top: 15px;
}
.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;
}
#login-form input#login-submit {
    background: #f8981d;
    max-width: 300px;
    margin: 0 auto;
}
.panel-login  .form-control{background:rgba(255,255,255,0.3); border:0;color:#fff;font-weight:normal;}
.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: #f8981d;
}
.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));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 36px;
	border: 0px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.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: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #c6c6c6;
}

.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; top:40px;}
}
@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;}
}