@import url("https://fonts.googleapis.com/css2?family=Mulish&display=swap");

.main {
    margin-left: 34%;
    margin-top: 7%;
    background: rgb(242, 241, 255);
    width: 450px;
    height: 600px;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(49, 49, 49, 0.14);
}
.main1 {
    margin-left: 30%;
    margin-top: 15%;
    background: rgb(242, 241, 255);
    width: 600px;
    height: 300px;
    border-radius: 1.5em;
    box-shadow: 0px 11px 35px 2px rgba(49, 49, 49, 0.14);
}

body {
    font-family: "Mulish", sans-serif;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(239, 239, 241), rgb(228, 228, 231));
}

#message {
    position: fixed;
    top: 60px;
    right: 10px;
    animation-duration: 1s;
}

.login {
    width: 350px;
    padding: 20px;
    padding-top: 156px;
    margin-top: -130px;
    margin-left: 40px;
}

.login__field {
    padding: 20px 0px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    /* color: #f57777; */
    color: #bb1138;
}

.login__input {
    border: none;
    border-bottom: 2px solid #ee8f8f;
    background: none;
    padding: 10px;
    padding-left: 24px;
    font-weight: 700;
    width: 75%;
    transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #ee8f8f;
}

.login__submit {
    background: #fff;
    font-size: 14px;
    margin-top: 30px;
    margin-left: 30px;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #ebebf7;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 80%;
    color: #fff;
    cursor: pointer;
    background: #bb1138;
}

.button__icon {
    font-size: 20px;
    margin-left: auto;
    color: white;
}

img {
    width: 150px;
    margin-top: 30px;
    margin-left: 140px;
    /* border: 1px solid black; */
    border-radius: 4px;
    padding: 10px;
}

.check {
    margin-top: 10px;
    font-size: 15px;
}
.loginh5 {
    margin-left: 115px;
    margin-top: 40px;
}
.reseth5 {
    margin-left: 115px;
    top: 80px;
    background: #000;
}
#img-logo {
    margin-left: 230px;
}
.reset {
    margin-left: 220px;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 12px;
    border-radius: 5px;
    border: 1px solid black;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 40%;
    color: #fff;
    cursor: pointer;
    background: #bb1138;
}
.reset1 {
    margin-left: 200px;
    font-size: 14px;
    margin-top: 20px;
    padding: 10px 13px;
    border-radius: 5px;
    border: 1px solid black;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 30%;
    color: #fff;
    cursor: pointer;
    background: #bb1138;
}
