﻿.forgotpwd-container {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-rows: .5fr 5fr .3fr;
}

.forgotpwd-header {
    display: grid;
    grid-template-columns: 5fr 2fr;
    border-bottom: .5px solid lightgrey;
    font-size: 30px;
    color: white;
}

    .forgotpwd-header header-left {
    }

    .forgotpwd-header header-right {
    }

.forgotpwd-body {
/*    background-color: darkgray;*/
/*    margin-left:20%;*/   
}

.forgotpwd-footer {
    border-top: 1px solid lightgrey;
    /*    background: rgb(74,74,74);*/
    padding-top: 10px;
    text-align: center;
    color: greenyellow
}

/*login {
    position: absolute;
    top: 35%;
    left: 50%;
    margin: -150px 0 0 -150px;
    width: 300px;
    height: 300px;
    border-color: lightblue;
}*/


ntls-center {
    position: absolute;
    top: 35%;
    left: 45%;
    margin: -150px 0 0 -150px;
    width: 600px;
    height: 300px;
    border-color: lightblue;
}
