﻿/* untuk mengatur style alert*/
.alert-danger {
    background-color: transparent;
    border: none;
}

.alert {
    color: #e7ecbc;
}

/* untuk mengatur card login*/
.cardLogin {
    width: 40%;
    border-radius: 2%;
}

/* untuk mengatur div chrome logo*/
.chromeLogo {
    margin-top: 30px;
}

/* untuk mengatur tulisan forgot password*/
.forgotPassword {
    float: right;
    font-size: 9pt;
    padding-top: 4px;
    padding-bottom: 35px;
}

/* untuk mengatur style warna forgot password*/
.forgotPassword >a {
    color: #7fd1f6;
}

/* untuk mengatur style text register*/
.goToRegister {
    color: white;
    font-size: 9pt;
}


/* untuk mengatur warna tulisan remember login*/
.login-remember {
    color: white;
}


/* untuk mengatur color tulisan best viewed with*/
.textBestViewed {
    color: white;
}

/* untuk mengatur icon eye untuk fungsi toogle password*/
#toggle-password{
    float: right;
    margin-top: -26px;
    margin-right: 11px;
    color: white;
}

/* untuk mengatur title apm cloud di form login*/
.titleAPMCloudLogin {
    margin-bottom: 25px;
}