body{
	background-color: #ffffff;
	font-family: 'Sofia Pro', sans-serif;
	font-weight:300;
    position: relative;
}
a{
    text-decoration: none;
}
.boldinbox_header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-bottom: 2px solid #dddddd;
    box-shadow: 0 3px 2px -2px rgb(0 0 0 / 7%);
    padding: 10px 0px;
}

.bold_main_section{
	 --branded-border-style: 8px solid  #FFDD0F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-left: var(--branded-border-style);
}
.min_height100vh {
    min-height: 100vh;
}

.flex-wrap-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.overflow-y-auto {
    overflow-y: auto;
}

.bold_col3{
	width: 33.33333333%;
    position: relative;
}
.bold_col5{
	width:43%;
}
.flex-col {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex, .flex-row, .flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-grow-1 {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.flex-shrink--0 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.full-height{
	height: 100%;
}
.bold-height{
	height: 100%;
    position: relative;
}
.bold_inbox__image {
    /* position: fixed; */
    width: 100%;
    height: 100%;
    background-color: #d9d9d9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bold_inbox__image2{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
}
div.login_width100{
	width: 100%;
    padding: 20px;
    /* margin-top: 15px; */
    background-color: #fff;
}
.login_box{
	width:100%;
	margin:0 auto;
    padding: 20px;
}
.login_box_inner h2 {
    text-shadow: 0px 1px 1px #fff;
    font-size: 26px;
    color: #000;
	margin-bottom: 35px;
    /* margin-top: 15px; */
}
.login_box_inner h3 {
    text-shadow: 0px 1px 1px #fff;
    font-size: 17px;
    color: #000;
	margin-bottom: 15px;
    margin-top: 50px;
}

.main-warpper{
	padding:30px 0px;
	
}
.loginbottom{
	padding-bottom:140px;
	
}
.boldinbox_form input[type="text"], .boldinbox_form input[type="password"] {
    width: 100%;
	padding:10px 20px;
}
.boldinbox_form input[type="text"], .boldinbox_form input[type="password"]{
    margin: 14px 0 10px;
    font-size: 16px;
    padding: 15px 15px;
    margin-bottom: 0;
    display: block;
	/* border: 1px solid #cccccc !important; */
    background-color: #fff;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mtb10{
	margin: 15px 0 10px !important;
}
input:focus{
    border:2px solid #000;
	background:yellow;
	outline-color:#1b68fc;
	
}

.boldinbox_form label{
    font-size: 13px;
    font-weight: normal;
    color: #666;
    display: block;
    padding: 20px 4px 4px;
    -webkit-font-smoothing: antialiased;
}
.btn-customs, .btn-customs:focus{
	padding:15px;
	width:100%;
	font-size:16px;
	font-weight:700;
	color:#fff;
	border:none;
	background: #1b68fc none repeat scroll 0 0 !important;
    text-transform: uppercase;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
	border-radius: 4px;
}
.btn-customs:hover{
	color:#fff;
}
.btn-customs{
    background: #1b68fc none repeat scroll 0 0 !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
.mbtm5{
	margin-bottom:5px;
}


.form_signin p {
    position: relative;
    width: 70%;
}
.form_signup p{
	position: relative;
    width: 100%;
    float: left;
    text-align: left;
}
.boldinbox_form p{
	font-size:16px;
	color: #000;
	
}
.boldinbox_form input[type="checkbox"] {
    margin-right: 5px;
    display: inline;
    width: auto;
}
.boldinbox_form input[type="checkbox"] {
    /* position: absolute; */
    top: 5px;
}
.forgot {
    text-align: center;
    width: 100%;
}
.boldinbox_form .forgot {
    display: block;
    text-align: center;
    margin: 10px 0 10px;
    text-decoration: none;
    
}
.boldinbox_form p {
    line-height: 28px;
    font-size: 16px;
    margin: 8px 0;
    color: #fff;
}
.mtop40{
	margin-top:40px;
	
}
.btn-submit-comman{
	padding:8px 20px;
	font-size:14px;
	font-weight:700;
	border:none;
    text-transform: uppercase;
	border-radius: 4px;
    text-shadow: none !important;
}
.btn-blue{
	 background:#3596ff;
	 color:#fff;
}
.btn-blue:hover{
	 color:#fff;
}
.btn-gray{
	    background: #d9d7d7;
    color: #000;
}
p.new-account{
    text-align: center;
    color:#666!important;
}
.footer_copyright{
    color: #000;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background-color: #FFDD0F;
    font-size: 14px;
    padding:4px;
}
.boldinbox_logo img{
    position: absolute;
    left: 120px;
    top:50px;
    width:15%;
}
.account_header{
    margin:50px auto;
  }
@media (max-width: 1024px) {
	.bold_col3 {
    width: 50%;
}
	.bold_col5 {
    width: 50%;
}
.footer-copyright-blue{
    position: relative!important;
   }
}
@media (max-width: 767px) {
	.bold_col3 {
    width: 100%;
}
	.bold_col5 {
    width: 100%;
}
	/* .boldinbox_logo img{
		width:100%;
        width: 70%;
        margin-left: -80px;
	} */
	.login_box{
       width: 98%;
	}
	.login_box_inner h3 {
      font-size: 17px;
   }
   .footer-copyright-blue{
    position: relative!important;
   }
}

/* @media (min-width:0px) and (max-width:380px) {
    .boldinbox_logo img{
		width:100%;
        width: 70%;
        margin-left: -80px;
	}
}

@media (min-width:381px) and (max-width:486px) {
    .boldinbox_logo img{
		width:100%;
        width: 50%;
        margin-left: -15px;
	}
} */

/* @media (min-width:487px) and (max-width:767px) {
    .boldinbox_logo img{
		width:100%;
        width: 40%;
        margin-left: 20px;
	}
} */

@media (min-width:0px) and (max-width:1029px) {
    .account_header{
        margin:80px auto;
      }
    .boldinbox_logo img{
        display: none;
    }
    .boldinbox_logo_mobile{
        display: block!important;
    }
    .boldinbox_logo_mobile img{
        width:50%;
        margin-bottom: 15px;
    }
}

@media (min-width:300px) and (max-width:450px) {
    .boldinbox_logo_mobile img{
        margin-left: 10px;
    }
}

@media (min-width:451px) and (max-width:767px) {
    .boldinbox_logo_mobile img{
        width:33%;
        margin-left: 10px;
    }
}
