.station section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.station .login-module-wrapper {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.station .login-module-wrapper .title-wrapper {
    padding-bottom: 20px;
}

.station .login-module-wrapper .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.station .login-module-wrapper .login-title {
    width: 100%;
    color: #077ebb;
    font-size: 18px;
    font-weight: 600;
    padding-left: 5px;
}

.station .login-module-wrapper .login-subtitle {
    width: 100%;
    color: #066a;
    font-size: 13px;
    clear: both;
    text-align: center;
}

.station .container-title {
    font-weight: 600;
    padding-bottom: 20px;
}

.station .login-module-wrapper .container{
    width: 100%;
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 5px rgba(78,125,157,0.1);
    box-sizing: border-box;
    padding: 30px;
}

.station form {
    width: 100%;
}

.station .login-module-wrapper input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.station .footer-container {
    color: #8f99a1;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.station .footer-container .site-desc{
    width: 800px;
    text-align: center;
    color: #678;
    font-size: 12px;
    margin-bottom: 5px;
}

.station .login-module-wrapper .btn {
    background-color: #157ce6;
    color: white;
    width: 100%;
    height: 40px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 20px;
}

.station .login-alert-wrapper {
    color: darkred;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid darkred;
    padding: 10px;
    border-radius: 5px;
}
