﻿/* sumber file jenis font Monstserrat */
@font-face {
    font-family: "Montserrat-Light";
    src: url(../lib/bootstrap/fonts/Montserrat/Montserrat-Light.ttf);
}

/* untuk mengatur card forgot password*/
.cardForgotPassword {
    border-radius: 2%;
    width: 40%;
}

/* untuk mengatur card change password*/
.cardChangePassword {
    border-radius: 2%;
    width: 40%;
}

/* untuk mengatur text forgot password*/
.forgotPasswordText {
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 24px;
    font-weight: bold;
}

/* untuk mengatur text send email*/
.sendEmailText {
    color: white;
    margin: auto;
    display: block;
    text-align: center;
    padding-top: 5px;
    font-weight: 200;
    font-size: small;
}

/* untuk mengatur seluruh tag label*/
label {
    color: white;
}

/* untuk mengatur text back to login*/
.goToLogin a {
    color: white;
}

/* untuk mengatur div tulisan back to login*/
.goToLogin {
    margin-top: 20px;
}

/* untuk mengatur toggle password style*/
#toggle-OldPassword{
    float: right;
    margin-top: -26px;
    margin-right: 11px;
    color: white;
}

#toggle-NewPassword{
    float: right;
    margin-top: -26px;
    margin-right: 11px;
    color: white;
}

#toggle-ConfirmPassword{
    float: right;
    margin-top: -26px;
    margin-right: 11px;
    color: white;
}

/* untuk mengatur form control email*/
.form-control {
    color: white;
}