﻿body {
    padding: 0;
    margin: 0;
    background: #F8F8F8;
}

.login-btn {
    background: #4D9CE4;
    border-radius: 5px;
    width: 100%;
    height: 41px;
    border: none;
    color: #ffffff;
}

.container-title {
    font-weight: 400;
    font-size: 37px;
    line-height: 43px;
    padding-bottom: 25px;
}

.login-container {
    box-shadow: -1px 2px 12px rgba(0, 0, 0, 0.05);
    height: 348px;
    width:400px;
    background-color: #FFFFFF;
    border-radius: 2px;
    padding: 50px 50px;
}

.login-forgot-container {
    height: 327px;
}
p {
    font-size:16px;
}
.login-check-container {
    height: 187px;
}

.login-reset-container {
    height: 424px;
}


.login-forgot-btn {
    position: absolute;
    margin: auto;
    background: #4D9CE4;
    border-radius: 5px;
    width: 100%;
    height: 41px;
    border: none;
    color: #ffffff;
}

.login-reset-btn {
    position: absolute;
    margin: auto;
    top: 20px;
    background: #4D9CE4;
    border-radius: 5px;
    width: 100%;
    height: 41px;
    border: none;
    color: #ffffff;
}

.mb-small{
    margin-bottom: 10px;
}

.mb-medium {
    margin-bottom: 16px;
}

.mb-large {
    margin-bottom: 20px;
}
