/*Login Model Pop up CSS*/
:root {
    --color-facebook: #3b5998;
    --color-google: #ea4335;
    --color-twitter: #1da1f2;

    --style-1-color: #009688;
    --style-2-color: #443460;
    --style-3-color: #009688;
}
::placeholder {
    color: #443460; 
  }
.modal-style-2 {
    margin-top:3px;
} 

.modal-style-2 .modal-login {
    width: 350px;
}

.modal-style-2 .modal-access {
    width: 600px;
}

.modal-style-2 .modal-access a{
    text-decoration: none !important;
}

.modal-style-2 .modal-login a{
    text-decoration: none !important;
}

.modal-style-2 .modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-style-2 .modal-access .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-style-2 .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-style-2 .modal-access .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-style-2 .modal-login .close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.modal-style-2 .modal-access .close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
}
.modal-style-2  .close:focus, .modal-style-2 .close:active {
   outline: none !important;
   box-shadow: none;
}
.modal-style-2 .modal-login h4 {
    color: var(--style-2-color);
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    border-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: bold !important;
}

.modal-style-2 .modal-access h4 {
    color: var(--style-2-color);
    text-align: center;
    font-size: 18px;
    margin-top: 0;
    border-bottom: 0;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: bold !important;
}

.modal-style-2 .modal-login .modal-content {
    color: #999;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}

.modal-style-2 .modal-access .modal-content {
    color: #999;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}

.modal-style-2 .modal-login .form-group {
    margin-bottom: 2px;
}

.modal-style-2 .modal-access .form-group {
    margin-bottom: 2px;
}

.modal-style-2 .modal-login label {
    font-weight: normal;
    font-size: 13px;
}

.modal-style-2 .modal-access label {
    font-weight: normal;
    font-size: 13px;
}

.modal-style-2 .modal-login .modal-body {
    padding: 0;
}

.modal-style-2 .modal-access .modal-body {
    padding: 0;
}

.modal-style-2 .modal-login .form-control {
    min-height: 38px;
    padding-left: 5px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 13px
}

.modal-style-2 .modal-access .form-control {
    min-height: 38px;
    padding-left: 5px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
    font-size: 13px
}

.modal-style-2 .modal-login .form-control:focus {
    border-color: #ccc;
}

.modal-style-2 .modal-access .form-control:focus {
    border-color: #ccc;
}

.modal-style-2 .modal-login .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 0px 0;
    padding-left: 5px;
    border-radius: 0;
    margin-right: 10px;
    padding-top: 15px;
}

.modal-style-2 .modal-access .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-width: 0 0 0px 0;
    padding-left: 5px;
    border-radius: 0;
    margin-right: 10px;
    padding-top: 15px;
}

.modal-style-2 .modal-login .btn {
    font-size: 15px;
    font-weight: bold;
    background: var(--style-2-color);
    /* border-radius: 25px; */
    border: none;
    min-width: 140px !important;
    padding: 15px !important;
    outline: none !important;
}

.modal-style-2 .modal-access .btn {
    font-size: 15px;
    font-weight: bold;
    background: var(--style-2-color);
    /* border-radius: 25px; */
    border: none;
    min-width: 120px !important;
    padding: 10px !important;
    outline: none !important;
}

.modal-style-2 .modal-login .btn:hover,
.modal-style-2 .modal-login .btn:focus {
    background: var(--style-2-color);
}

.modal-style-2 .modal-access .btn:hover,
.modal-style-2 .modal-access .btn:focus {
    background: var(--style-2-color);
}
.modal-style-2  input:-internal-autofill-selected {
    background-color: transparent !important;
}
.modal-style-2 .modal-login .hint-text {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.modal-style-2 .modal-access .hint-text {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}

.modal-style-2 .modal-login .modal-footer {
    color: #999;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -25px -25px;
    font-size: 13px;
    justify-content: center;
}

.modal-style-2 .modal-access .modal-footer {
    color: #999;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -25px -25px;
    font-size: 13px;
    justify-content: center;
}

.modal-style-2 .modal-login a {
    color: #fff;
    text-decoration: underline;
}

.modal-style-2 .modal-access a {
    color: #fff;
    text-decoration: underline;
}

.modal-style-2 .modal-login a:hover {
    text-decoration: none;
}

.modal-style-2 .modal-access a:hover {
    text-decoration: none;
}

.modal-style-2 .modal-login a {
    color: var(--style-2-color);
    text-decoration: none;
}

.modal-style-2 .modal-access a {
    color: var(--style-2-color);
    text-decoration: none;
}

.modal-style-2 .modal-login a:hover {
    text-decoration: underline;
}

.modal-style-2 .modal-access a:hover {
    text-decoration: underline;
}

.modal-style-2 .modal-login .fa {
    font-size: 16px;
}

.modal-style-2 .modal-access .fa {
    font-size: 16px;
}


.dark.modal-style-2 .modal-content{
    background: #443460 !important;
    color: #fff!important;
}
.dark.modal-style-2 .close, .modal-style-2.dark .modal-login h4{
    color:#fff!important;
}
.dark.modal-style-2 .modal-login .form-control{
    background: transparent !important;
    color: #fff;
    border-color: #777;
}
.modal-style-2 .modal-login .input-group-addon{
    color:#443460;
}
.modal-style-2 .modal-login .modal-footer{
    border: none;
}

.modal-style-2 .modal-access .input-group-addon{
    color:#443460;
}
.modal-style-2 .modal-access .modal-footer{
    border: none;
}
.dark.modal-style-2 .modal-login .btn{
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px 11px 28px;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px 0 0 0;
    color: #fff;
    background: #b28ff0;
}
.text-danger{
    color: #443460 !important;
}
.text-danger :hover {
    color: #b28ff0;
}
.custom-control-label {
    color: #443460 !important;
    padding-left: 15px;
}
input[type="checkbox"]:checked {
    background-color: #443460 !important; 
    border-color: #fff; 
}

@media only screen and (max-width: 360px) {
    .modal-style-2 .modal-login {width: 100%;}
    .modal-style-2 .modal-access {width: 100%;}
    .modal-style-2 { margin-top:80px; margin-left:10px;}
    .modal-style-2 .modal-login form{width: 100%;}
    .modal-style-2 .modal-access form{width: 100%;}
}
@media (max-width: 768px) {
    .modal-style-2 { margin-top:10px;margin-left:12px;}
}
@media (max-width: 428px) {
    .modal-style-2 { 
        margin-top:10px; 
        margin-left:12px;
        max-width:360px;
    }
    .modal-style-2 .modal-access {
        width: 340px;
    }
}
@media (max-width: 375px) {
    .modal-style-2 { margin-top:10px;margin-left:10px;}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) {
    .modal-style-2 { margin-top:10px; margin-left:25px;}
}