﻿/*Sticky button css*/
.stickybtn {
    position: relative;
}

.stickybtn a {
    background-color: #FBB001;
    border-radius: 45px 0px 0px 45px;
    opacity: 1;
    position: fixed;
    top: 20%;
    right: 0;
    width: 141px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    z-index: 1;
}
/*----Login form css----*/
 .content-wrapper {
    background: url('../../images/PNG/loginRegisterbg.png') center no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
}

.content-wrapper .template-wrapper {
    width: 680px;
    padding: 26% 0 15%;
    margin: 0 auto;
}

.content-wrapper .template-wrapper .loginHeader {
    padding: 2% 8% 8%;
    background: url('../../images/PNG/formsCardheader.png') center no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-wrapper .template-wrapper .loginHeader .img-responsive {
    width: 280px;
    margin-bottom: 45px;
}

.content-wrapper .template-wrapper .radioBtnWrapper {
    width: 208px;
    padding: 11px 20px;
    margin: 0 auto;
    border: 1px solid #0B3E6B;
    border-radius: 24px;
}
.custom-radio .custom-control-label::before {
    border: 1px solid #B4BBC3;
    background-color: transparent;
}
.radioBtnWrapper .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0B3E6B;
}
.content-wrapper .template-wrapper .form-material {
    width: 100%;
    background-color: #FFFFFF;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    left: 5px !important;
    top: 5px !important;
    width: 6px !important;
    height: 12px !important;
    border: solid white !important;
    border-width: 0 3px 3px 0 !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    border-radius: 2px !important;
    background-image: none !important;
    
}
.content-wrapper .template-wrapper .form-material .form-group {
    margin-bottom: 1.875rem;
    position: relative;
    /*border-bottom: 1px solid #676767;*/
}

.content-wrapper .template-wrapper .form-material .form-group:focus-within {
    border-bottom: 0;
}

.content-wrapper .template-wrapper .form-material .form-group .form-control {
    height: calc(2.9rem + 2px);
    padding-left: 0;
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    border: 0;
    border-radius: 0;
    -webkit-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
    border-bottom: 1px solid #676767;
}

.content-wrapper .template-wrapper .form-material .form-group .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0B3E6B), to(#0B3E6B)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(#0B3E6B, #0B3E6B), linear-gradient(transparent, transparent);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none;
    background-size: 100% 2px, 100% 1px;
    outline: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrapper .template-wrapper .error {
    font-size: 80%;
    color: #FF0000;
    position: absolute;
}

.content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-input:checked ~ .custom-control-label::before {
    color: #676767;
    background-color: #0B3E6B;
    border-color: #0B3E6B;
}

.content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-label {
    color: #676767;
    cursor: pointer;
}

 .content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-label::before {
    border: 1px solid #676767;
    background-color: transparent;
    border-radius: 0;
    cursor: pointer;
}

.content-wrapper .template-wrapper .form-material .checklist-items .forgot-link a {
    color: #0B3E6B;
    white-space: nowrap;
}

.content-wrapper .template-wrapper .form-material .checklist-items .forgot-link a:hover {
    color: #0B3E6B;
    text-decoration: none;
}

.content-wrapper .template-wrapper .form-material .login-btn {
    background: #0B3E6B;
    border: 1px solid #0B3E6B;
    border-radius: 30px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
.content-wrapper .template-wrapper .form-material .login-btn:hover {
    background: #38e991;
    border: 1px solid #38e991;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-wrapper .template-wrapper .form-material .login-btn:focus {
    background: #38e991;
    border: 1px solid #38e991;
    box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}
    .content-wrapper .template-wrapper .form-material .login-btn:active {
        background: #38e991;
        border: 1px solid #38e991;
    }

.content-wrapper .template-wrapper .form-material .textdarkColor {
    color: #676767;
}

.content-wrapper .template-wrapper .form-material .textdarkColor .signup {
    color: #0B3E6B;
    font-weight: 600;
    text-decoration: none;
}
.labeltext{
    font-size: 14px;
    line-height: 24px;
    color: #676767;
}
/*Media Query*/
@media only screen and (min-width: 1700px) {
    .content-wrapper .largeScreen-width {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media only screen and (max-width: 768px) {
    .content-wrapper .largeScreen-width {
        padding-left: 5px;
        padding-right: 5px;
    }
    .content-wrapper .template-wrapper {
        width: auto;
    }
    .content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-input:checked ~ .custom-control-label {
        font-size: 14px;
    }

    .content-wrapper .template-wrapper .form-material .checklist-items .custom-control .custom-control-label {
        font-size: 14px;
        line-height: 24px;
    }

    .content-wrapper .template-wrapper .form-material .checklist-items .forgot-link a {
        font-size: 14px;
    }
}
@media only screen and (max-width: 480px) {
    .content-wrapper {
        padding: 40px 20px 0;
    }
}