.tbs-login-page {
    height: 100vh;
    border: 0px solid blue;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbs-login-box {
    width: 100%;
    min-height: 300px;
    border: 0px solid green;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px hsl(0, 0%, 80%);
}

.tbs-login-welcome {
    background-color: #FFFBFA;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tbs-login-form {
    background-color: #FF1717;
    padding: 30px 60px 30px 60px;
    color: #fff;
    padding-top: 150px;
    line-height: 30px;
}

.tbs-login-form .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #212529;
    font-weight: bold;
}

.tbs-login-form .form-control {
    border: solid #fff;
    border-width: 0 0 1px 0;
    border-radius: 0;
    background-color: #FF1717;
    color: #fff;
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px;
}

.tbs-login-form .form-control::placeholder {
    color: #ccc;
}

.tbs-login-form a {
    color: #fff;
}

.tbs-login-form .login-links {
    margin-top: 56px;
    text-align: center;
}

.login-text {
    margin-top: 50px;
    margin-bottom: 80px;
}

body {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

h1 {
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}
