::-webkit-input-placeholder {
    color: gray !important;
}

body {
    background-color: #070F23;
}

.col-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.img-logo {
    margin: 5%;
    margin-top: 1%;
    margin-bottom: 0;
}

.btn-sign-title {
    width: 240px;
    height: 50px;
    background: none;
    color: white;
    border: none;
}

.h1-title {
    margin-top: 40px;
    text-align: center;
    font-size: 50px;
    color: #E2B356;
}

.p-sign-wellcome {
    text-align: center;
    color: white;
    margin-top: 25px;
    margin-bottom: 10px;
}

.inp {
    width: 480px;
    height: 50px;
    border: 1px solid white;
    color: white;
    background: none;
    border-radius: 10px;
    padding-right: 10px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    text-align: right;
    direction: rtl;
}

.inp-gender-up {
    margin-top: 40px;
    color: #E2B356;
}

.inp-half-grade {
    width: 230px;
    left: 0;
    transform: translate(0, 0);
    margin-left: 10px;
    color: #E2B356;
    margin-top: 20px;
}

.inp-half-field {
    float: right;
    margin-right: 10px;
    width: 230px;
    left: 0;
    transform: translate(0, 0);
    margin-left: 10px;
    color: #E2B356;
    margin-top: 20px;
}

.btn-send-up,
.btn-send-in,
.btn-confirm-code,
.btn-send-code {
    background-color: #E2B356;
    color: #070F23;
    border: none;
    border-radius: 10px;
    width: 480px;
    margin-top: 20px;
    height: 50px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

label {
    width: 480px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 30px;
    color: white;
    text-align: right;
    direction: rtl;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.p-forgot-pass {
    text-decoration: underline;
    color: #E2B356;
    cursor: pointer !important;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}

.p-resereved {
    direction: ltr;
    text-align: left;
    color: white;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

@media (max-width: 768px) {

    .img-logo {
        width: 180px;
        margin-top: 20px;
    }

    .h1-title {
        font-size: 34px;
        text-align: center;
    }

    .p-sign-wellcome {
        text-align: center;
        padding: 0 15px;
    }

    .btn-send-up,
    .btn-send-in,
    label {
        width: 90%;
    }

    .inp {
        width: 90vw;
    }

    .btn-sign-title {
        width: 50%;
        font-size: 16px;
    }

    .p-resereved {
        text-align: center;
        font-size: 14px;
    }

    .inp-half-grade {
        width: 90%;
        margin-left: 2px;
    }

    .inp-half-field {
        width: 90%;
        margin-right: 2px;
    }
}