/* md-input-container .md-input {
    border-color: #A1B8C8;
    color: #A1B8C8
} */


/* md-input-container label {
    color: #A1B8C8 !important
} */

.loginBox {
    width: 420px;
    max-height: 580px;
    /* background-color: white; */
    border-radius: 12px;
}

.google {
    color: white !important;
    background-color: #d34836 !important
}

.fb {
    color: white !important;
    background-color: #3b5998 !important
}

body {
    background: #1f2428;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif !important;
    line-height: 1.45;
}

.main {
    height: 100vh
}

.white {
    color: white !important
}

.m-0 {
    margin: 0;
}