:root{
    --baseHeight:40px;
}

h4{font-family:'Segoe UI',bold;font-size:35px;margin-top:10px;margin-bottom:10px; }
.form{display:inline-block;height:calc(100% - 62px);width:100%; }
.text_area{border-radius:3px;margin-bottom:35px;width:calc(100% - 40px);margin-left:20px;height:var(--baseHeight);box-shadow: 0 0 1px 1px rgba(0,0,0,0.2); }

.text_input{font-family:'Montserrat regular';background-color:#333;height:var(--baseHeight);border-radius:inherit;line-height:var(--baseHeight);color:#fff;padding:0 0 0 10px;margin:0px;font-size:20px;border:none;width:100%; }

.btn{margin-top:28px;width:calc(100% - 40px);border-radius:3px;padding:10px 0px;background:rgb(53, 53, 53);border:none;font-size: 20px;color:#fff;cursor:pointer; }
.btn:hover{font-weight:bolder;box-shadow:0 0 1px 1px rgb(70, 70, 70); }

.login{background:linear-gradient(135deg,#1B8AF1,#1979e7);width:434px;height:300px;border-radius:3px;box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);text-align:center;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%); }

.loginPanel{width:100%;height:100%;text-align:center; }