@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: url(../img/5968949.jpg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #212529;
    background-color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.container{
    position: relative;
    min-width: 380px;
    max-width: 420px;
    min-height: 460px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    border: 0;
    font-weight: 400;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.container .header{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.container .header img{
    height: auto;
    width: 150px;
    margin-top: 30px;
    object-fit: contain;  
}
section.container .body{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
section.container .body form{
    width: 100%;
}
section.container .body form .group{
    text-align: center;
    margin: 30px 0;
}
section.container .body form .psw-group{
    display: flex;
    justify-content: space-between;
}
section.container .body form .group input{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #ced4da;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: transparent;
    display: block;
    width: 90%;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    padding: 6px 12px;
}
section.container .body form .group .show{
    background-color: #fff !important;
    border-color: #ced4da !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    -webkit-text-stroke: 0.5px #495057;
}
section.container .body form .group input:focus{
    -webkit-box-shadow: 0 1px 0 0 #53a3de;
    box-shadow: 0 1px 0 0 #53a3de;
    border-bottom: 1px solid #134576;  
}
section.container .body form .group input:valid{
    border-bottom: 1px solid #00c851;
    -webkit-box-shadow: 0 1px 0 0 #00c851;
    box-shadow: 0 1px 0 0 #00c851;
}
section.container .body form .group button{
    cursor: pointer;
    background-color: #134576 !important;
    color: #fff !important;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 0.84rem 2.14rem;
    font-size: 0.81rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    border-radius: 0.125rem;
    width: 100%;
    outline: none;
    border: 0;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    
}
section.container .body form .group button:hover{
    border-color: #03a9f4;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    outline: 0;
}
section.container .body form .group a, .msg, .forget{
    color: #53a3de;
    font-size: 90%;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.msg{
    color: #ff3547;
    cursor: default;
    font-size: 90%;
}
.info{
    color: #0066cc;
}
.activated{
    color: #00c851;
}
.forget{
    color: #495057;
    cursor: default;
    font-size: 80%;
    padding: 0 20px;
}
.support{
    position: fixed;
    bottom: 0;
    right: 0;
}
.support img{
    width: 60px;
    width: 60px;
}