*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;

}
body{
    margin: auto;
    width: 450px;
    margin-top: 60px;
    border-radius: 10px;
    background-image: url(backgroundblur.png);

}
.logo{
    margin: auto;
    width: fit-content;
    padding: auto;
}

.container-2{
    text-align: center;
    margin-top: 20px;
}
.btn-1{
    margin-top: 25px;
    width: 400px;
    height: 40px;
    border-radius: 40px;
    background: #005da6;
    border:3px rgba(128, 128, 128, 0.352);
    font-size: 17px;
    cursor: pointer;

}
.btn-2{
    margin-top: 15px;
    width: 400px;
    height: 40px;
    border-radius: 40px;
    background-color:#FF3C00; ;
    border:3px rgba(128, 128, 128, 0.352);
    font-size: 17px;
    cursor: pointer;
}
.btn-3{
    margin-top: 15px;
    width: 400px;
    height: 40px;
    border-radius: 40px;
    margin-bottom: 50px;
    background-color: #005da6;
    border:3px rgba(128, 128, 128, 0.352);
    font-size: 17px;
    cursor: pointer;
}
.all{
    background-color:rgba(128, 128, 128, 0.352);
    border-radius: 10px;
}
.btn-3:hover{
    background-color: #014b85;
}
.btn-2:hover{
    background-color: rgb(157, 3, 3);
}
.btn-1:hover{
    background-color: #014b85;
}

.right-side{
    align-items: center;
}
form{
    width: 430px;
    height: 430px;
    border-radius: 0px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
form h1{
    font-size: 35px;
    margin: 7px;
}
form p{
    font-size: 12px;
}
form span{
    font-size: 12px;
    margin-top: 20px;
}
form input{
    outline: none;
    border: none;
    border-bottom: 1.5px solid #000;
    padding: 5px;
    background: none;
}
form input:hover{
    border-bottom: 2px solid rgb(52,122,226);
}
.btn1{
    width: 80px;
    margin-top: 50px;
    font-size: 11px;
    border: none;
    border-radius: 0px;
    padding: 8px 0px;
    background: #005da6;
    color: #fff;
    font-weight: bold;
    margin-left: 70%;
    cursor: pointer;
    outline: none ;
}
.btn1:hover{
    background: #014b85;
}
h3{
    text-align: center;
    margin: 10px;
    color: gray;
}
.btn{
    outline: none;
    border: none;
    font-size: 13px;
    padding: 16px 14px;
    margin: 6px;
    border-radius: 40px;
    background: none;
    font-weight: bolder;
    cursor: pointer;
}
.color1{
    border: 2px solid rgb(182,178,178);
}
.color2{
    background-color: rgb(36,82,156);
    color: #fff;
}
.color3{
    background-color: #000;
    color: #fff;
}
.icon1{
    font-size: 20px;
    color: rgb(248,4,4);
    margin-right: 10px;
}
.icon2{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}
.end{
    font-size: 10px;
    color: grey;
    margin-top: 30px;
}
a{
    text-decoration: none;
    color: blue;
    font-weight: bold;
}
