body{
	font-family: "Raleway", sans-serif;
	height:100vh;
	min-height:550px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center;
	position:relative;
}
a{
	text-decoration:none;
	color:#444444;
}
.white-panel h2, .white-panel h3 {
    font-size: 1.5em;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-radius: 33px;
    margin-top: 20px;
    width: 90%;
    margin: 0 auto;
}
.support {
    width: 39%;
    right: 7px;
    left: auto;
    padding: 10px;
}
.overlay {
    background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    display: none;
    text-align : center;
    top: 0;
    z-index: +99999 !important;
	
}
.inner_overlay {
	background-color: rgba(1, 1, 1, 0.7);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: +99999 !important;
	background: url(/admin/assets/img/loader.gif) no-repeat center;
	background-size: 150px;
}
p.error {
    color: #ffffff;
    text-align: center;
    background: #e87b1e;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 13px;
    padding: 11px;
}
p.success {
    color: green;
    text-align: center;
}
.input-group-btn {
    padding: 9px 0px;
    margin-top: 20px !important;
    float: left;
    border: solid 1px #ccc;
    border-left: none;
	width: 10%;
}
.login-reg-panel{
    position: absolute;
    transform: translateY(-50%);
	text-align:center;
    width:40%;
	right:0;
    margin:auto;
	top: 15%;
}
.white-panel:hover {
	opacity: 1;
}
.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}
.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.white-panel{
    background-color: #fff;
    min-height:200px;
    position:absolute;
	width: 100%;
	transition:.3s ease-in-out;
    z-index:0;
}
.login-reg-panel input[type="radio"]{
    position:relative;
    display:none;
}
.login-reg-panel{
    color:#fff;
}
.login-reg-panel #label-login, 
.login-reg-panel #label-register{
    border:1px solid #9E9E9E;
    padding:5px 5px;
    width:200px;
    display:block;
    text-align:center;
    cursor:pointer;
    font-weight: 600;
    font-size: 18px;
	background : #015c71 ;
}
.login-info-box{
    width:80%;
    padding:0 50px;
    top:20%;
    left:0;
    position:absolute;
    text-align:left;
}
.register-info-box{
    padding:0 50px;
    top:20%;
    right:0;
    position:absolute;
    text-align:left;
    
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
    z-index: 1;
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    text-align:left;
}
.show-log-panel{
    display:block;
    opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
	color: #000;
}
input[type="button"] , input[type="submit"] {
    /* max-width: 150px; */
    width: 100%;
    background: #015c71;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float:right;
    cursor:pointer;
}
.login-show a{
    display:inline-block;
    padding:10px 0;
}
body {
    overflow: hidden;
}

.btn:hover {
    color: #000 !important;
}

.g-recaptcha {
    background: #fafafa;
    border: solid 1px #dbd9d9;
}

.rc-anchor-light.rc-anchor-normal {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.primary_color {
    color: rgb(2 93 114);
    font-weight: 700;
}

.secondary_color {
    color: rgb(154 77 10);
    font-weight: 700;
}

#hero h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.col-md-12 {
    padding: 0 0.75rem;
}

.col-md-8 {
    width: 66.66666667%;
    float: left;
    padding: 0 0.75rem;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
    padding: 0 0.75rem;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.blink1 {
    animation: blink-animation1 1s steps(7, start) infinite;
    -webkit-animation: blink-animation1 1s steps(7, start) infinite;
}

@keyframes blink-animation1 {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation1 {
    to {
        visibility: hidden;
    }
}
.register-show input[type="text"], .register-show input[type="password"]{
    border: 1px solid #b5b5b5;
    outline: none;
	border-left: none;
}

.credit {
    position:absolute;
    bottom:10px;
    left:10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
a{
	text-decoration:none;
	color:#2c7715;
}

.input-group-addon {
    padding: 11px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
	border-right: none;
}
.form-group {
    width: 100%;
}
.support {
    border: 1px solid #d84242;
    border-radius: 10px;
    position: absolute;
    background: #dddddd;
    display: table;
    bottom: 10px;
}
@media (min-width: 768px)
{
	.col-md-6 {
		max-width : 50%;
		float: left
	}
	.col-md-9 {
		max-width : 75%;
		float: left
	}
	.col-md-3 {
		max-width : 25%;
		float: left
	}
}
@media (max-width: 650px)
{
	.no_mobile { display: none ; }
	.support {
        left: 0px;
        right: 10px;
        width: 92%;
        margin: 0 auto;
        padding: 30px 25px 0px 25px;
        bottom: 100px;
    }
	.support div {
		padding: 0;
	}
	.white-panel {
		width: 100%;
		right: 0px;	
		right: initial;
		width: 100%;
		height: auto;
	}
	.login-reg-panel {
		width: 100%;
		top: 5%;
	}
	.loader img {
		left: 30%;
		top: 33%;
		width: 36%;
	}
	.input-group-btn {
		padding: 9px 0px;
	}
}