﻿body{
        background: #5f9b93;
        display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
    font-family: "Montserrat", sans-serif !important;
}
.ooh-main-logo{    /*background: white;
    padding: 12px 14px;*/
    /*border-radius: 5px;*/
    width: 269px;border-bottom: 1px solid #8080804f;}

.iconUser{
       width: 50px;
    height: 39px;
    background-color: #afe3e38f;
    float: left;
    display: flex;
    color: #434040;
    font-size: 21px;
    border: 1px solid #ccc;
    justify-content: center;
    align-items: center;
}



label{font-weight: bold;
    margin-bottom: 4px !important;
    color: #585151;}
.main-log-btn{background: #548a84;
    width: 100%;
    color: white;
    padding: 10px 8px;
    margin-top: 16px;
    border: none;}
.main-clr{    color: #548a84 !important;}
.hd-ami{font-size: 19px;
    font-weight: bold;}
.h-39{height:39px;font-size:14px;}
.btn-box-shadow{box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);}
.btn-box-shadow:hover{box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);}