@font-face {
    font-family: 'Roboto';
    src: url('../fonts//Roboto-Regular.ttf') format('truetype');
}

.login-page {
    background: #F5F5F5;
    height: 100%;
    width: 100%;
    position: absolute;
}

.bg-rectangle {
    position: absolute;
    bottom: 0;
    width: 100%;
    fill: #004454;
}

.login-image-bg {
    background-repeat: no-repeat;
    background-size: 550px 450px;
    width: 100%;
    margin-top: 8%;
    margin-left: 7%;
    background-image: url(../images/login-page-bg.png)
}

.login-main {
    display: flex;
    width: 100%;
    height: 100%;
}

.login-main>div {
    flex: 1;
}


.login-form-main-container {
    margin-top: 37%;
    width: 500px;
    margin-left: 15%;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
}

.hr-payroll-head {
    font-weight: bold;
    font-size: 43px;
    color: white;
    display: flex;
    height: 71px;
    margin: 0 auto;
}

.login-text {
    font-size: 19px;
    color: white;
    line-height: 0.2;
    display: block;
    margin-bottom: 23px;
}

.wrap-input {
    width: 82%;
    position: relative;
    margin-bottom: 16px;
}

.input-control {
    color: white;
    font-size: 16px;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 40px;
    background: #1A5F70;
    padding: 0 5px 0 46px;
    border: none;
    border-radius: 4px;
}

.input-control::placeholder {
    color: white;
    opacity: 0.5;
}

.input-icon {
    font-size: 27px;
    position: absolute;
    display: block;
    top: 1px;
    left: 11px;
    pointer-events: none;
    color: white;
}

.forget-password>a {
    color: white;
}

.forget-password>a:hover {
    color: #3c8dbc;
}

.btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.btn:hover,
.btn:focus {
    color: white;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn:disabled {
    box-shadow: none;
}

.login-button {
    color: white;
    background-color: #118AA2;
}

.button-wrapper {
    width: 82%;
    text-align: right;
}

.loading-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
}