.auth-box{
    margin-top: 200px;
}
.auth {
    margin: auto;
    border-radius: 30px;
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    min-width: 260px;
    max-width: 600px;
}
.error{
    color: red;
    text-align: center;
    opacity: 0;
}
.auth input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #f4f7fb;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #7a7a7a;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.auth button {
    float: right;
    font-size: 13px;
    color: #fff;
    background: rgb(219, 138, 222);
    background: linear-gradient(-145deg, rgba(219, 138, 222, 1) 0%, rgba(246, 191, 159, 1) 100%);
    padding: 12px 30px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
    transition: all .3s;
    border: none;
    outline: none;
}
.showPassword fieldset{
    display: flex;
    justify-content: center;
    align-items: center;
}
#showPassword{
    cursor: pointer;
    width: fit-content;
    margin-bottom: 0px;
}
label[for="showPassword"]{
    margin-left: 10px;
    cursor: pointer;
}
#login input[name="password"]{
    margin-bottom: 5px;
}
.crB{
    display: flex;
    justify-content: flex-end;
    color: rgb(109, 109, 243);
    font-size: 14px;
    margin-bottom: 30px;
    
}
.crB a{
   width: fit-content;
    
}
.crA{
    text-align: center;
    display: flex;
    justify-content: center;
    color: rgb(109, 109, 243);
    font-size: 14px;
    margin-top: 30px;
    
}
