﻿.sendverifyemail-img-top {
    width: 100%;
    height: 189px;
    object-fit: cover;
    border-bottom: 5px solid #000000;
}

.sendverifyemail-con {
    padding-top: 30px;
    padding-bottom: 30px;
}


.sendverifyemail-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Inter';
}

.sendverifyemail-desc {
    margin-top: 30px;
    width: 100%;
    font-size: 18px;
    font-family: 'Open Sans';
}

.sendverifyemail-control {
    display: flex;
    justify-content: center;
}

.sendverifyemail-control-con {
    margin-top: 30px;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

.sendverifyemail-control input {
    width: 320px;
}

.sendverifyemail-error {
    width: 320px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: red;
    font-family: 'Roboto';
    font-weight: bold;
}

.sendverifyemail-submit-con {
    display: flex;
    justify-content: center;
}

.sendverifyemail-submit {
    text-align: center;
    margin-top: 30px;
    width: 250px;
    background-color: #212121;
    padding: 8px;
    font-family: 'Roboto';
    color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
}

    .sendverifyemail-submit img {
        width: 24px;
        display: none;
    }

.sendverifyemail-links {
    display: flex;
    flex-direction: row;
}

.sendverifyemail-links-text {
    font-family: 'Roboto';
    text-align: center;
    font-size: 15px;
    color: #D84315;
    margin-top: 30px;
}

    .sendverifyemail-links-text a {
        color: #D84315;
    }

.sendverifyemail-sent-notify {
    margin-top: 30px;
    font-family: 'Roboto';
    text-align: center;
    font-size: 18px;
    color: #757575;
    display: none;
}

@media (max-width:767px) {
    .con-padding {
        max-width: unset;
        padding: 20px;
    }

    .sendverifyemail-desc {
        font-size: 15px;
    }
}

@media (max-width:400px) {
    .sendverifyemail-control-con {
        width: 100%;
    }

    .sendverifyemail-error {
        width: 100%;
    }

    .sendverifyemail-control-con input {
        width: 100%;
    }

    .sendverifyemail-submit {
        width: 100%;
    }
}
