﻿.forgotPassword-section {
    position: relative;
    background: #f7f7f7;
    min-height: calc(100vh - 260px - 65px);
}

    .forgotPassword-section .my-section {
        padding: 10px 0 40px 0;
    }

    .forgotPassword-section form {
        max-width: 400px;
        text-align: center;
        width: 100%;
        flex: 1;
    }
    .forgotPassword-section .custom-input-group {
        width: 100%;
    }

    .forgotPassword-section .customm-fullscreen {
        width: 100%;
    }

    .forgotPassword-section h2 {
        font-size: 32px;
        font-weight: bold;
    }

.custom-group {
    justify-content: space-between;
    white-space: nowrap;
}

.row-on-group {
    margin: 0 10px 0 0;
}

.forgotPassword-section a {
    color: black !important;
    font-weight: bold;
    border-bottom: 3px solid #fdd030;
    text-decoration: none !important;
}
.forgotPassword-section .my-row-start a {
    margin: 0 0 0 10px;
}


.forgotPassword-text-label {
    text-align: left;
    padding: 0 10px;
    margin: 40px 0 0;
    text-align: center;
}