.form-control {
    background-color: #ffffff;
    border: none;
    border-bottom: solid 1px #f0f0f0;
    height: 45px;
    padding-bottom: 0px;
}

label {
    font-size: 18px;
}

.btn-login {
    background-color: #2f405a !important;
    color: #f0f0f0;
    border-radius: 0px !important;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    font-size: 19px;
}

.btn-login:hover {
    color: #f0f0f0;
}

.play-icon {
    margin-top: 2.5px;
}