.rasm{
    width: 100%;
}

.container {
    padding: 0;
    width: 100%;
}

#otttti {
    width: 100%;
}

.p-relative.form{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.card {
    border: 2px solid rgba(255, 255, 255, 78);
    background-color: transparent;
    width: 460px;
    padding: 36px 26px;
    border-radius: 12px;
}

.card .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card .card-body .input-element {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.card .card-body .input-element label {
    color: white;
}

.card .card-body .input-element .form-control {
    /* background-color: rgba(255, 255, 255, 108) !important; */
    backdrop-filter: blur(16px);
    padding: 12px;
   background-color:  #ADD6E5;

}

.btn.btn-primary{
    width: 100px;
    height: 30px;
    margin-top: 15px;

}