﻿body {
    margin: 0;
    padding: 0;
    background-color: #001f24;
    height: 100vh;
}

.login-box {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    max-width: 420px;
    margin:0 auto;
   
}
.fix-bg-underimg {
    position: fixed;
    width: 100%;
    opacity: 0.02;
    bottom: 0;
    object-fit: cover;
    right: 0;
    top:0;
}
.login-form {
    background: #021a1e;
    padding: 35px 40px;
    min-height: 450px;
    border: 1px solid #043f48;
    border-radius: 10px;
}
.form-control-log {
    line-height: 30px;
    border-radius: 38px;
    border: 1px solid #7d7d7d;
    font-size: 15px;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 7px 20px;
}
.log-label {
    color: #a4a4a4;
    font-size: 14px;
}
.Login-button {
    border-radius: 45px;
    height: 50px;
}


