.frm-single {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 60px auto 60px;
    float: none;
    position: relative
}

.frm-single .inside {
    background: #ffffff;
    position: relative;
    padding: 20px;
    z-index: 20;
}

.frm-single .title {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 34px;
    white-space: nowrap;
    color: #435966;
    text-align: center
}
.error {
    color: #ea4335;
    font-weight: 400;
    padding: 5px 0px 5px 0px;
}
.margin-bottom-20 {
    margin-bottom: 20px!important;
}
.frm-single .checkbox {
    margin: 0px;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox label {
    position: relative;
    padding-left: 25px;
}
.checkbox label:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    background: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.checkbox label:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    line-height: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 2px;
    color: #ffffff;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.checkbox.primary input[type=checkbox]:checked+label:before {
    background: #188ae2;
    border-color: #188ae2;
}
.checkbox input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
}
.popup {
    background: rgba(0,0,0,0.75);
}
.popup-inner {
    max-width: 700px;
    width: 92%;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0,0,0,1);
    border-radius: 3px;
    background: #fff;
}
.popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	text-align:center;
}
.popup-inner>table{
	font-size: 24px;
}
.popup-inner .style6 {
	color: #002e5b;
}
.popup-inner .style5{
	color:green;
	font-size:20px;
}
.popup-inner .style6>a{
	color:red;
	font-size:16px;
}
.frm-single .a-link {
    color: #999
}

.frm-single .a-link:hover {
    color: #435966
}

.frm-single .frm-title {
    color: #999;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px
}

.frm-single .frm-input {
    display: block;
    position: relative;
    margin-bottom: 20px
}

.frm-single .frm-input .frm-inp {
    width: 100%;
    height: 40px;
    padding: 0px;
    padding-left: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 38px;
    border-left: 3px solid #999
}

.frm-single .frm-input .frm-inp:focus {
    border-color: #64b000;
    padding-left: 10px
}

.frm-single .frm-input .frm-inp:focus+.frm-ico {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8)
}

.frm-single .frm-input .frm-ico {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 30px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #999;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease
}

.frm-single .checkbox {
    margin: 0px
}

.frm-single .a-link i {
    margin-right: 5px
}

.frm-single .frm-submit {
    display: block;
    width: 100%;
    height: 36px;
    border: none;
    background: #64b000;
    color: #ffffff;
    margin-bottom: 15px
}

@media (min-width:1025px) {
    .frm-single .frm-submit:hover {
        background: #1e3ded
    }
}

.frm-single .frm-submit i {
    margin-left: 5px
}

.frm-single .frm-footer {
    padding: 20px 0px 0px 0px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    color: #999
}

.frm-single .avatar {
    display: block;
    margin: 0px auto 20px;
    float: none;
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden
}

.frm-single .ico-email {
    display: block;
    margin: 0px auto 20px;
    float: none;
    width: 80px;
    height: 80px
}

.frm-single .txt-login-with {
    text-align: center;
    margin-bottom: 15px;
    color: #999
}
