﻿/*/ login  /*/
.login-cont {
    
    padding: 30px 30px 50px;
}

.login-wrap {
    position: relative;
    background: #ffffffc9;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: -webkit-linear-gradient(#27EF9F, #0DB8DE);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #8d448b;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .login-wrap .icon span {
        color: #fff;
    }

.login-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: #b6a208;
}
.text-md-right.frgt {
    text-align: end;
}
.form-group {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}

.chb {
    visibility: hidden;
}

    .chb + label {
        position: relative;
        padding-left: 5px;
        color: #8d448b;
    }

.chb-1 + label::before {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #8d448b;
    border-radius: 3px;
    content: "";
    top: 4px;
    left: -16px;
    padding-bottom: 5px;
    font-size: 11px;
    text-align: center;
    font-weight: bolder;
}

.chb-1:checked + label::before {
    color: white;
    content: '\2713';
}

.form-group .submit {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn.btn-primary {
    background: #b6a208 !important;
    border: 1px solid #b6a208 !important;
    color: #fff !important;
}
    .btn.btn-primary:hover {
        background: #b6a208 !important;
    }
    .form-control:focus,
    .form-control:active {
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 0.07);
        border-color: transparent;
    }

.frgt a {
    color: black;
}

.ash {
    padding: 16px;
    /* padding-left: 48px; */
    /* padding-right: 48px; */
    border-radius: 0.25rem;
}

@media (max-width: 768px) {
    .form-group .submit {
        top: 0px;
    }

    .foot-img {
        margin-left: 40px;
    }
}
