﻿.container-main {
    width: 340px !important;
    margin: 0px auto 0px auto;
}

.bl{
    display: block;
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;
    text-align: center;
    background-color: lightblue;
    min-height: 60px;
}

.bb {
    background: linear-gradient(to right, #00285f, #01C5DB);
    color: white;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.bl input{
    width: 98%;
    border: 1px solid black;
    text-align: center;
    font-size: 18px;
}

.bl .number {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    float: left;
    background-color: cornflowerblue;
    color: white;
    border-radius: 50%;
    font-size: 18px;
    margin-left: -80px;
    margin-top: -10px;
}

.bl_2 .go, .bl_3 .go{
    display: none;

}
.pwd-rules{
    text-align: justify;
}
.pwd-rules b{
    color: red;
    font-weight: normal;
}

.pwd-update{
    float: right;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    margin-top: -8px;
}