.form-group {
    margin: 0 40px;
}

.form-group button, .form-group input[type=submit] {
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    background-color: #10428c;
    border-style: none;
}
#LoginwihtSSO{
    background: #16769d;
}

button {
    width: 100%;
    height: 40px;
    color: #fff;
    border-radius: 10px;
}

.form-group label {
    position: absolute;
    margin-top: -8px;
    margin-left: 8px;
    background: rgba(246, 247, 249, 0.92);
    padding: 0 5px;
    color: #777;
    border-radius: 5px;
    font-size: 0.7rem;
}

.form-group input[type=submit].btn-cancel {
    background: rgb(220, 220, 220) !important;
    color: #10428c !important;
}

ion-icon {
    position: absolute;
    margin-top: 6px;
    width: 1.5em;
    height: 1.5em;
    margin-left: -31px;
}


.form-control {
    background: rgba(246, 247, 249, 0.92);
    box-sizing: border-box;
    border-radius: 10px;
    color: #000;
    padding: 10px;
    width: 100%;
    border: .5px solid #10428c;
}

.form-control {
    font-size: 0.9rem;
}

.bottom-link {
    position: absolute;
    bottom: 30px;
    width: 100vw;
    left: 0;
    text-align: center;
}

img {
    width: 100%;
}

h1 {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #10428c;
    text-align: center;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
}
