﻿/*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: 100%;
    width: 100%;
}

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

.heightVh100{
    height: 100vh!important;
}
.content-wrapper .template-wrapper .card {
    border-radius: 10px;
}

.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;
}
.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;
}

.content-wrapper .template-wrapper .form-material .form-group {
    margin-bottom: 1.875rem;
    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 {
    padding-left: 0;
    height: calc(2.9rem + 2px);
    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;
    -webkit-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s;
}

.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 .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 !important;
    border-radius: 30px;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.content-wrapper .template-wrapper .form-material .login-btn:hover {
    background: #0B3E6B;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.content-wrapper .template-wrapper .form-material .login-btn:active {
    background: #0B3E6B;
}

.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;
}


/*Media Query*/
@media screen and (min-width: 1920px) {
    .content-wrapper {
        height: 100vh!important;
        margin: auto;
    }
}

@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 screen and (max-width: 1440px) {
    .content-wrapper {
        height: 100vh !important;
        margin: auto;
    }
}


@media screen and (max-width: 1366px) {
    .content-wrapper {
        height: 100vh !important;
        margin: auto;
    }
}
 
  
@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;
    }
    .heightVh100 {
        height: auto !important;
    }
}
@media only screen and (max-width: 480px) {
    .content-wrapper {
        padding: 40px 20px 0;
    }
}