html, body {
    background-color: #171a1d;
    color: #fff;
    font-family: "Raleway";
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.desc {
    font-size: 20px;
}

.links > a {
    color: #bec1c2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.button-r{
    color: #FFFFFF;
    background-color: #0f3d81;
    padding: 20px 40px;
    border-radius: 5px;
}

.form-for-register {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ae-form-for-register{
    background: #2f353a;
    padding: 20px;
    border-radius: 8px;  width: 60%;
    margin: 5rem;

}

.mb-4{
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    top: 10px;
}

.mt-4{
    margin-top: 20px;
}

.input-uz{
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 16px;
}
.input-uz:focus{
    border: 1px solid #0f3d81;
    box-shadow: 0 0 5px #0f3d81;
}
.input-uz:focus-visible{
    border: 1px solid #0f3d81;
    box-shadow: 0 0 5px #0f3d81;
    outline: 2px solid transparent;

}
.input-uz::placeholder{
    color: #ccc;
}

.input-uz:focus::placeholder{
    color: #0f3d81;
}

.title-section{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}
/*rgb(31, 41, 55)*/
.button-r2{
    color: #FFFFFF;
    background-color: #0f3d81;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #0f3d81;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width : 768px) {
    .ae-form-for-register{
        width: 100% !important;
        margin: 1rem;
    }
    .links > a{
        letter-spacing: 0;
        font-weight: 100;
    }
}