*{
    margin: 0;
    padding: 0;
}
@font-face {
	font-family: 'theme';
	src:url('../fonts/PatuaOne.ttf');
	font-weight: normal;
	font-style: normal;
}
.chosen-single {
	border-radius: 23px !important;
	height: 45px !important;
	background: #fff !important;
	border-color: #434343 !important;
	box-shadow: none !important;
	padding: .8rem 1.5rem !important;
	font-size: 15px;
}
.chosen-container-single .chosen-single div b {
	background: url(chosen-sprite.png) no-repeat 0 13px !important;
}
.chosen-container-single .chosen-single span {
	color: #555555 !important;
}
.context img {
	width: 60px;
}
.context h5 {
	color: green;
	font-family: 'Oswald';
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 1;
	font-size: 1.5em;
}
#mySuccessModal{
    top: 30%;
}
#mySuccessModal .modal-header{
   padding: 0.5rem 1rem; 
}
.border-radius-0{
    border-radius: 0 !important;
}
#promoteModal {
	padding: 2rem 1rem !important;
}
body, html {
    height: 100%;
    background: transparent;
    font-family: 'Oswald', sans-serif;
}
.form-group{
    position: relative;
}
.form-group .form-control{
    border-radius: 23px !important;
}
.btn.btn-fill.btn-wd.my-personal-setting {
	width: 100%;
	background: #01b6fb;
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 15px;
}
.form-area {
	margin: 11em auto 0;
}
.card-header img{
    width: 280px;
}
/*
.card-header .title {
	margin-top: 10px;
	text-transform: uppercase;
	color: #232323;
}
*/
.sub {
	font-size: 14px;
	color: #5c5c5c;
	font-weight: normal;
}
.card-header .title {
	margin-top: 10px;
	text-transform: uppercase;
	color: #d90c0c;
	font-size: 17px;
	line-height: 25px;
	font-weight: 500;
	font-family: 'theme';
}
.f-f-t{
    font-family: 'theme';
}
.form-card {
    background: #fff;
    height: 100vh;
}
.footer-transparent {
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	bottom: 0;
/*	background: #383838 !important;*/
}
.full-page .footer nav > ul a:not(.btn), .full-page .footer .copyright, .full-page .footer .copyright a {
	color: #d62020 !important;
}
.wrapper {
    height: 100%;
}
/*
.login-back-view {
	background: url('../../img/back.jpg'), #e6e6e6;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	background-blend-mode: exclusion;
}
*/
.login-back-view {
	background: url('../../img/old-back.jpg'), rgba(52, 50, 47, 0.55);
	background-repeat: no-repeat;
	height: 100%;
	background-blend-mode: color-burn;
	background-size: 61%;
	background-position: center left;
}
/*
.text-vol {
	margin-top: 36%;
}
*/
.text-vol {
	margin-top: 69%;
}
/*
.text-vol font.h2_font {
	font-size: 24px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #232323;
	text-shadow: 0px 1px 0px #fff;
}
*/
.text-vol font.h2_font {
	font-size: 24px;
	letter-spacing: 8px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 1px 0px #fff;
}
/*
.text-vol h2 {
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	font-size: 40px;
	color: #b1b1b1;
	text-shadow: 0px -1px 0px #fff;
    background: rgba(140, 140, 140, 0.6);
    padding: 10px 0;
    border-radius: 6px;
}
*/
/*
.text-vol h2 {
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	font-size: 40px;
	color: #1b1b1b;
	text-shadow: 0px 1px 0px #fff;
	background: rgba(3, 181, 255, 0.58);
	padding: 10px 0;
	border-radius: 6px;
}
*/
.text-vol h2 {
	text-align: center;
	line-height: 43px;
	text-transform: uppercase;
	font-size: 40px;
	color: #f8f8f8;
	text-shadow: 0px 1px 0px #000;
	/* background: rgba(118, 118, 118, 0.58); */
	/* padding: 10px 0; */
	/* border-radius: 6px; */
}
.alert-danger-login {
	color: #fff;
	background-color: #fc9936;
	border-color: #fc9936;
	border-radius: 0 !important;
	top: 15px;
	position: absolute;
	width: 95%;
}
.bac-set {
	border: .5px solid #4b4a50;
	padding: 40px 60px;
	box-shadow: 0 0 2px #3d3d42;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.64);
}
.my-personal-setting{
	border-radius: 20px !important;
}
.card {
	background: rgba(31, 30, 36, 0);
	color: #3d3d3d;
	box-shadow: none;
	border: none;
	border-radius: 0;
    padding: 0 80px;
}
.card .card-title {
	margin: 0;
	color: #3d3d3d;
	font-weight: 300;
	text-align: center;
    font-weight: 700;
}
.card-header {
	text-align: center;
}
.c_logo img {
	width: 180px;
	opacity: .35;
	position: fixed;
	bottom: 0;
}
.form-control-user {
	padding: 1.5rem 2rem;
	color: #111;
	height: 44px;
	font-size: 16px;
}
.modal-header .close {
	font-size: 29px;
}
.form-control {
    border: 1px solid #434343 !important;
}
.c_logo  {
	display: flex;
	justify-content: flex-start;
}
.card-header .sec_title sup {
	background: #232323;
	color: #fff;
	padding: 1px 8px;
	border-radius: 15px;
	font-size: 14px;
}
.card-header .sec_title {
	font-variant: small-caps;
    font-size: 22px;
}
.card-header .sec_title .c {
	color: #232323;
}
.card-header .sec_title .o {
	color: #232323;
}
.card-header .sec_title .l {
	color: #232323;
}
.card-header .sec_title .lo {
	color: #232323;
}
.card-header .sec_title .red {
	color: #f2001e;
}
.card-header .sec_title .erp {
	color: #7b7c7d;
}
.form-control.input-no-border {
	border: 1px solid #999;
	border-radius: 6px;
	height: 45px;
	background: #fff;
	transition: all 0.5s ease;
}
.form-control.input-no-border:focus{
    border: 2px solid #138AE5;
}
.place-class, .place-class-pass {
	position: absolute;
	margin-left: 20px;
	background: #fff;
	top: 38px;
	color: #999;
    transition: all 0.3s ease-in-out;
}
.add-place-class, .add-place-class-pass{
    color: #138AE5;
    top: 18px;
    font-size: 12px;
}
label {
	margin-bottom: 8px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.login-back-view {
	background-size: cover;
	background-position: revert;
	height: 38%;
}
  .card {
	padding: 15px 10px 50px;
}
    .form-area {
	margin: 4em auto 0;
}
    .form-card {
	background: #fff;
	height: 100%;
}
    .card-header {
	text-align: center;
}
    .text-vol font.h2_font {
	font-size: 22px;
	letter-spacing: 5px;
}
    .text-vol {
	margin-top: 20%;
}
    
}