
.signup{
    margin-top: 30px;
}

.signup .title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0px;
}


#signup .signup .btn{
    width: 100%;
    color:#ffffff; 
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0px;
}

#signup .signup .btn .btn-confirmsingup{       
    width:100%; 
    background-color: #02A7F0;    
}

#signup  .signup .btn .btn-cancelsingup{ 
    padding: 0px;      
    width:100%; 
    background-color: #D9001B;    
}

#signup  .btn_groupbtn_singup{
    display: flex;
    width: 300px;
    justify-content: space-evenly;
    margin: auto;
}

.btn_group_singup>button{
    
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.password_group{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.password_group>input{
    width: 100%;
}
.password_group>i{
    position: absolute;
    right: 10px;
    top: 10px;
}


