html{
	height: 100%;
}
html,
body {

min-height: 100%;
display: flex;
flex: 1;

}

body {
   /* min-height: 100vh;*/ 
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    font-family: "Helvetica Neue", "Helvetica", "Open Sans", "Arial", sans-serif;
}
.no-flex{
    display: block;
    text-align: center;
}
.no-flex .container .col-12{
    padding-top: 92px;
    padding-bottom:50px;
}
.no-flex .container{
    margin: 0px auto;

}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto 0;
}

.frm-serial2 {
    max-width: 550px;
    margin-bottom: 30px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
	text-transform: lowercase;
    font-size: 16px;
}

.form-signin .form-control:focus {
    /*z-index: 0;*/
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.text-white {
    color: #fff;
}
.opy{
    font-size: 16px !important;
    position: absolute !important;
    right: -28px !important;
    top: 7px !important;
    cursor: pointer !important;
}

.serialfiled {
    border: 1px rgba(0, 0, 0, 0.3) solid;
}

.separator {

    background-image: url("../images/gradient_light.png");
    background-size: cover;
    width: 100%;
    max-width: 328px;
    margin: 25px 0;
    height: 1px;

}

.text-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: .004em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.flexeeee {
    display: flex;
    flex-direction: row;
}

.flex-container {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-items: flex-end;
}

.flex-container > div {
    width: 100px;
    margin: 10px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}

.footer-page {
position: absolute;
bottom: 0;
left: 0; 
right: 0;
    
}
.main2 .footer-page {
position: relative;	
	
}

.footer-page-content {
position: relative !important;

    
}

.footer-page.p-2:hover, .footer-page a:hover {
    opacity: 1;
    text-decoration: none;
}

.footer-page .p-2, .footer-page a {
    opacity: 0.8;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}

.header-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.id-text:hover {
    opacity: 1;
}

.id-text {
    opacity: 0.8;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}

h5 {
	color:#000 !important;
    font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}

.text-bold {
    font-weight: bold;
}

.help-block {
    color:#b90a0a;
    margin-top: 9px;
}

.seri-filed {

}
.seri-filed i.ine{
    font-size: 30px;
}
.seri-filed i:not(.ine) {
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 30px;
    color: #929292;
}

.seri-filed .card-header {
    background: #fff;

    border-bottom: none;

    padding: 26px 0 10px;
}

.list-group-item .anw {
    color: #171616;
    font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}

.list-group-item .titlea {
    color: #565656;
    font-family: 'Helvetica Neue', 'Open Sans', sans-serif;
}
@media (max-width: 600px) {
	html{
	height: 120%;
}
	body{
		height: 100% !important;
  min-height: 100% !important;
  position: relative;
/*  overflow-y: hidden*/
	}
}
@media (max-width: 700px) {
    body {
        display: inline-block;
    }

    .frm-serial2 {
        padding: 0 10px !important;
    }

    .header-top {

    }

    .form-signin {
        width: 100%;
        max-width: 100%;
        display: inline-table;
        margin-top: 100px;
        padding: 0 45px;
    }

    .footer-page {
        margin-top: 80px;
        position: relative !important;
        display: inline-block;
        width: 100%;
		
		/*position: absolute;*/
bottom: 0;
    }

    .footer-page, .footer-page a {
   /* position: relative !important;*/
	    bottom: 10px;
    }

}

.iconinfo{
    font-size: 26px;
    padding-right: 10px;
    padding-left: 10px;
}
#serialform-serial{
	text-transform: uppercase;
}
.bbbasdasd , label{
	color:#000 !important;
}