﻿#signContainer {
    display: block;
    background-color: #CED5DB;
    border-radius: 19px;
    padding: 30px;
    margin-bottom: 100px;
    margin-top: 0 !important;
}

.formRegister {
    width: 100%;
    max-width: 100%
}

#signBox {
    margin: 0 auto;
}

.super_container {
    background-color: #0C0727;
    min-height: 100%
}

#signName {
    color: #CED5DB;
    color: #91A3B5;
    font-family: 'Roboto';
    text-align: center
}

.form-control {
    border: 1px solid #0C0727;
}

#registerWrapper {
    display: flex;
    justify-content: center;
    font-family: 'Roboto';
    height: 100%
}

#account_identity_button {
    padding: 7px 35px;
    cursor: pointer;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: 3px solid #393F6F;
    border-radius: 8px;
    background-color: #393F6F;
    transition: box-shadow ease-in-out 0.6s;
}

    #account_identity_button:hover {
        box-shadow: 0 0 22px rgba(57, 63, 111, 0.7);
    }

    #account_identity_button.big_ident {
        padding: 7px 70px;
    }

#forget_and_remember_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

#form-remember {
    margin: 0;
    height: max-content;
    text-align: right;
    font-family: 'Roboto';
}

#form-remember label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

#form-remember #Input_RememberMe {
    margin-right: 5px;
}

/*Forgot password*/
.forgot_wrapper {
    margin-top: 100px;
}

#forgotName {
    color: #000;
    font-family: 'Roboto';
}

/*Forgot password Confirm*/

.confirm_text {
    font-size: 24px;
    color: #000;
    text-align: center;
}

/*Reset password*/

#reset_column {
    max-width: 600px;
    font-family: 'Roboto';
    margin: 0 auto;
    padding: 0;
}

.container_sign {
    margin-top: 110px
}

@media screen and (max-width:767px) {
    #signContainer {
        width: 80%;
        margin-top: 10px;
    }

    #signName {
        font-size: 40px
    }
}

@media screen and (max-width:700px) {
    .container_sign {
        margin-top: 70px;
    }
}

@media screen and (max-width: 400px) {
    #signName {
        font-size: 30px
    }

    #signContainer {
        width: 80%;
        margin-top: 15px;
    }

    .container_sign {
        margin-top: 60px
    }

    #account_identity_button.big_ident {
        padding: 7px 40px;
    }
}


.mx-auto.w-50.hr-2 {
    visibility: hidden;
}

.form-control-file {
    color: #91A3B7;
    font-size: 20px;
    max-width: 500px;
}

::-webkit-file-upload-button {
    background-color: #CED5DB;
    color: #91A3B7;
    border: 1px solid #0C0727;
    border-color: #0C0727;
    padding: 1em;
}