﻿/* ========== default-css ============= */

/* ================ google-fonts ===================
@import url('https://fonts.googleapis.com/css?family=Lato:300i,400,400i,700,900|Raleway:300,400,400i,500,600,700,800'); */

*{padding:0;margin:0;}
html, body{height:100%;}
body{font-family: 'Open Sans', sans-serif;}
.search_area{
    /*padding:200px 20px;*/
    position: relative;
            /*background:url("../img/bg.jpg");*/
}
.search_area_inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
}
.search_area img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.panel {background:none;margin: 0 auto;
    max-width: 345px;
}
.panel_body .form-control{
	height:35px;
        margin-top: 5px;
	background:rgba(125, 125, 125, 0.7);
	border-radius:0px;
	padding:2px 84px 2px 20px;
	color:#fff;
	border: 0 none;
}
.panel_heading{padding-bottom: 22px;text-align: center;}
.panel_heading i{font-size:42px;line-height:42px;color:#fff;}
.panel_heading h3{
	color: #673ab7;
    display: inline-block;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 35px;
    padding: 0 18px;
    text-transform: capitalize;
}
.panel_body{padding:23px;background:rgba(8, 8, 8, 0.5);}
.panel_body .form-control::-webkit-input-placeholder{color:#fff;font-size:19px;}
.panel_body .form-control:-moz-placeholder{color:#fff;font-size:19px;}
.panel_body .form-control::-moz-placeholder{color:#fff;font-size:19px;}
.panel_body .form-control:-ms-placeholder{color:#fff;font-size:19px;}
.btn-stl{background:#087DB2 none repeat scroll 0 0 !important;
    border-radius: 42px;
    color: #fff !important;
    font-size: 18px !important;
    padding: 10px 30px !important;
    border: medium none !important;
}
.btn { border-radius: 2px;}
.btn:hover{color:#fff;}
.check-text{color:#918677;font-size:14px;font-weight:600;padding-top:15px;line-height:21px;letter-spacing:-0.5px;}
.dev-check-text a{color: #b1aeae;}
.dev-check-text a:hover, .dev-check-text a:focus{color: #fff;}
.panel_bottom i{color:#918677;
    font-size: 13px;
    padding: 0 5px;
}
.panel_bottom h4{color:#918677;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.4px;
}
.panel_btn_left{float:left;}
.panel_btn_right{float:right;}
.checkbox.check-color label{color:#000;}
@media(max-width:380px){
.panel_heading{padding-bottom:20px;}
.panel_heading h3{font-size:28px;line-height:28px;}
	
}

.login_panel_body .input_div{
    position: relative;
}
.login_panel_body input{
    width: 90%;
    height: 32px !important;
    padding: 8px 15px !important;
    border-radius: 4px !important;
    box-shadow: 0px 2px 2px #a4a2a2 !important;
    border: 1px solid #ececec !important;
    margin-bottom: 15px !important;
}
.login_panel_body .input_icon{
    position: absolute;
    top: 15px;
    left: 92%;
    color: #27b3d5;
    font-size: 18px;
}
.login_panel_body .login_btn{
    width: 100%;
    border: none !important;
    box-shadow: 0px 0px 5px #0055c9 !important;
    height: 45px !important;
    font-weight: 600;
    letter-spacing: 2px;
    background: #00c20f;
}
.login_panel_body .dev-check-text a{color: white;}

/*==================== Change Password :: START =========================*/

/*==================== Change Password :: END =========================*/

