﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    color: #0d0d0d;
    --AKONINI_GOLD: #FFB606;
    --AKONINI_GRAY: #3B3B3B;
}

content {
    display: flex;
    flex-direction: column;
}

header {
    /*height: 80px;*/
    padding: 10px;
}

.login-page-container {
    /* height: calc(100vh - 80px); */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-page-container.hasUploadWrapper {
        height: auto;
    }

.login-form {
    padding: 10px;
    width: 100%;
    max-width: 500px;
    /*margin-top: -150px;*/
}

.login-page-container.hasUploadWrapper .login-form {
    height: 100%;
    margin-bottom: 20px;
}

.login-header {
    margin-bottom: 40px;
    /*margin-top: 40px;*/
}

.login-header-h3 {
    font-size: 22px;
    text-align: center;
}

.login-form-group-input {
    padding: 10px;
    width: 100%;
    border: 1px solid #d5d5d5;
    transition: all .5s ease;
    background: #E7E7E7;
    font-size: 14px;
    outline: none;
}

.login-form-group {
    margin-bottom: 15px;
}

.forgot-password-wrapper {
    text-align: right;
}

.forgot-password-a {
    text-decoration: none;
    color: #FFB606;
}

.forgot-password-small {
    font-size: 14px;
    color: #000;
    transition: all .5s ease;
}

.login-btn-wrapper {
    margin-top: 20px;
}

    .login-btn-wrapper button {
        background: #FFB606;
        /*color: #FFF;*/
        width: 100%;
        border: none;
        font-size: 16px;
        font-weight: 600;
        transition: all .5s ease;
        cursor: pointer;
        position: relative;
        padding: 10px;
        height: 45px;
    }

.login-form-group-input:focus {
    background: #FFF;
}

.login-btn-wrapper .fb-login {
    background: #0f8dd2;
    margin-top: 10px;
}

input[name=ShowPassword] {
    margin-right: 10px;
    transform: scale(1.5);
    accent-color: #FFB606;
}

.login-form-group-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.login-form-group-p {
    font-size: 14px;
}


.login-create-account {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

    .login-create-account p {
        font-size: 15px;
    }

    .login-create-account a {
        text-decoration: none;
        background: #3b3b3b;
        color: #FFF;
        border: none;
        font-size: 16px;
        font-weight: 600;
        transition: all .5s ease;
        cursor: pointer;
        position: relative;
        padding: 10px;
        height: 45px;
        width: 100%;
        display: flex;
        text-align: center;
        align-items: center;
        flex-direction: column;
    }

.login-form-group .dropdown-container-input {
    padding: 10px;
}

.login-form-group .dropdown-container {
    background: #e7e7e7;
    transition: all .3s ease;
}

    .login-form-group .dropdown-container:focus-within {
        background: #FFF;
    }


.register-file-upload-wrapper {
    height: 150px;
    border: 1px solid #d5d5d5;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E7E7E7;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .register-file-upload-wrapper .removeFileBtn {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        font-weight: 600;
        font-style: normal;
        padding: 10px;
    }

    .register-file-upload-wrapper p {
        font-size: 14px;
        color: #757575;
    }

    .register-file-upload-wrapper img[src=""] {
        display: none;
    }

    .register-file-upload-wrapper img {
        width: 100%;
    }


.login-btn-wrapper button:disabled {
    opacity: .7;
    pointer-events: none;
}


.no-license-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

    .no-license-container small {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
    }


        .no-license-container small:nth-child(2) a {
            text-decoration: none;
            background: var(--AKONINI_GOLD);
            padding: 10px;
            border-radius: 5px;
            width: 100%;
            text-align: center;
            font-weight: 600;
        }





.main-login-div {
   height: 100vh;
   display: grid;
   grid-template-rows: 60px 1fr;

}


.dropdown-container-login-icon {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-out;
}

.dropdown-container-login {
    display: grid;
    grid-template-columns: 1fr 40px;
    position: relative;
    border: 1px solid #d5d5d5;
    background: #FFF;
    width: 100%;
}

.dropdown-container-login .dropdownUL {
    list-style-type: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    max-height: 180px;
    overflow-y: scroll;
    top: 100%;
}

.dropdown-container-input-login {
    background: none;
    border: none;
    width: 100%;
    outline: none;
    padding: 8px;
    color: #222;
    font-size: 14px;
}


.login-form-group .dropdown-container-input-login {
    padding: 10px;
}

.login-form-group .dropdown-container-login {
    background: #e7e7e7;
}

.dropdown-container-login-icon svg {
    height: 15px;
    fill: #222;
}




.registration-dropdown-container {
    display: grid;
    grid-template-columns: 1fr 40px;
    position: relative;
    border: 1px groove #ccc;
    background: #E7E7E7;
    border-radius: 10px;
    width: 100%;
}

.registration-dropdown-container input {
    padding: 10px;
    font-size: 14px;
}

.registration-dropdown-container .dropdownUL {
    list-style-type: none;
    background: #FFF;
    position: absolute;
    width: 100%;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    max-height: 180px;
    overflow-y: scroll;
    top: 100%;
}
