body{margin:0px;padding:0px; font-family: 'Montserrat', sans-serif; background:#F16334}
a, a:hover{-webkit-transition:all 0.5s ease;transition:all 0.5s ease;outline:none;text-decoration:none;border:none;outline:none}
img{outline:none;border:none;}
input, select, button, radio, textarea, input:focus, select:focus, button:focus, radio:focus, textarea:focus {outline:none; border:none;}
.login_section {width:100%; height:100%; float:left; margin:0px; padding:10% 0px; overflow:hidden; background:#F16334; text-align:center; background-image:url(../img/bg-2.png), url(../img/bg-1.png); background-position:bottom left, top right; background-repeat:no-repeat, no-repeat;}
.login_block {width:45%; height:auto; margin:0px; padding:30px; display:inline-block; text-align:center; background:#fff; border-radius:10px;}

.login_block .form-group {width:100%; height:auto; float:left; margin:0px 0px 14px 0px; padding:0px;}
.login_block  label{font-size:15px; text-align:left; color:#333; margin:0px; padding:0px 0px 5px; float:left; width:100%;}
.login_block .form-control {margin:0px; padding:0px 10px; border:1px solid #ddd; height:45px; width:100%; float:left; border-radius:0px; box-shadow:none; font-size:14px;}
.login_block .btn {float:left;; background:#F16334; border:1px solid #F16334; padding:10px 20px; color:#fff; font-size:15px; }
.login_block .btn:hover, .login_block .btn:focus, .login_block .btn:active {background:#f77047; border-color:#ff784f; box-shadow:none;}
.login_block .form-check {width:100%; height:auto; float:left; margin:0px 0px 14px}
.login_block .form-check label {float:left; width:50%}
.login_block a {font-size:15px; text-align:right; margin:0px; padding:0px; color:#333; float:right;}
.login_block a:hover, .login_block a:focus {color:#F16334; text-decoration:underline;}
.login_block select.form-control {margin:0px; padding:0px 10px; border:1px solid #ddd; height:45px; width:100%; float:left; border-radius:0px; box-shadow:none; font-size:14px; appearance:none; -webkit-appearance:none; -moz-appearance:none; background:url(../img/select_arrow.png) no-repeat 96%; 7px; outline:none;}
.login_logo {margin-bottom:30px;}
.forgot-btn {width:100%; height:auto; float:left; margin:0px; padding:0px; text-align:center}
.forgot-btn .btn {float:none;}
.forgot-btn span {width:100%; height:auto; float:left; text-align:center; margin:10px 0px 0px;}
.forgot-btn span a {text-align:center; margin:0px; font-size:14px; color:#F16334; text-decoration:underline; width:100%;}
.forgot-btn span a:hover, .forgot-btn span a:focus {text-decoration:none;}
@media (max-width:991px) {
.login_block {width:80%}
}
@media (max-width:767px) {
.login_block {width:95%}
.login_block .form-check label, .login_block .form-check a {font-size:13px;}
.login_block .btn {float:none}
}
@media (max-width:400px) {
.login_block .form-check label, .login_block .form-check a {font-size:11px;}
.login_block .btn {float:none}
}