/*
Template Name: Organic E-store Admin
Author: SRGIT
Email: 
File: css
*/
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*******************
Login register and recover password Page
******************/
.login-register {
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 100%;
width: 100%;
padding: 10% 0;
background:url(../../../assets/images/bg.jpg) repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}



.login-box {
width: 400px;
margin: 0 auto;
}
.login-box p {font-size:13px}

.login-box .footer {
width: 100%;
left: 0px;
right: 0px;
}
.login-box .social {
display: block;
margin-bottom: 30px;
}
#recoverform {
display: none;
}
.login-sidebar {
padding: 0px;
margin-top: 0px;
}
.login-sidebar .login-box {
right: 0px;
position: absolute;
height: 100%;
}
.btn-rounded2 {
background: #478fd1;
background: -moz-linear-gradient(left, #478fd1 0%, #478fd1 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #478fd1), color-stop(100%, #478fd1));
background: -webkit-linear-gradient(left, #478fd1 0%, #478fd1 100%);
background: -o-linear-gradient(left, #478fd1 0%, #478fd1 100%);
background: -ms-linear-gradient(left, #478fd1 0%, #478fd1 100%);
background: linear-gradient(to right, #478fd1 0%, #478fd1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#478fd1', endColorstr='#478fd1', GradientType=1 );
border:0;
color:#fff;
font-size:14px;
font-weight:bold;
font-weight:600;
border-radius:60px;
padding:14px 30px;
cursor:pointer
}
.btn-rounded3 {
background:#fff;
color:#393939;
font-size:14px;
border:solid 1px #c1c1c1;
font-weight:600;
border-radius:60px;
padding:14px 30px;
cursor:pointer
}
.btn-rounded2:hover, .btn-rounded3:hover {
background:#2f2f2f;
color:#fff
}
.card-no-border .card {
border-radius:15px;
}
