﻿




/*Login command Register css*/



.spinner-border {
    border: 16px solid #D4D4D4;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 26%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-primary:hover {
    color: #fff;
}

.myCard {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 40px 0 0;
    padding: 20px;
    width: 396px;
}

.btnLogin {
    width: 100%;
    background-color: #0866ff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 16px;
}

.forgetpwd {
    margin-top: 16px;
}

    .forgetpwd a {
        color: #0866ff;
        font-size: 14px;
    }

.regiserbtn .btn-success {
    background: #42b72a;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 48px;
    padding: 0 16px;
}

.regiserbtn a {
    border: none;
    border-radius: 6px;
    font-size: 17px;
    line-height: 48px;
    padding: 0 16px;
    background: #42b72a;
}

.resetbtn {
    background-color: #1877f2;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    line-height: 36px;
    margin-left: 8px;
}

.resetcancelbtn {
    background-color: #e4e6eb;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    line-height: 36px;
    margin-left: 8px;
    color: #4b4f56;
}

#divPassword input {
    border-radius: 6px;
    font-family: Roboto-Regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: auto;
    margin-bottom: 0;
    padding: 16px 0 16px 16px;
}

#divmessage .alert-info {
    font-size: 17px;
    line-height: 20px;
}

.header__navigation {
    padding-bottom: 112px;
    padding-top: 72px;
}
.header__navigation .logo img  {
    width: inherit;
    height: 106px;
    margin-top: 25%;
}









