﻿.login-section {
    position: relative;
    background: #f7f7f7;
    min-height: calc(100vh - 260px - 65px);
}

    .login-section .my-section {
        padding: 10px 0 40px 0;
    }

    .login-section form {
        max-width: 300px;
        text-align: center;
        width: 100%;
        flex: 1;
    }
.login-section .custom-input-group {
    width: 100%;
}

.login-section .customm-fullscreen {
    width: 100%;
}

.login-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;
}

.login-section a {
    color: black!important;
    font-weight: bold;
    border-bottom: 3px solid #fdd030;
    text-decoration: none!important;
}
.login-section .my-row-start a {
    margin: 0 0 0 10px;
}