h1 {margin-bottom: 10px;}
h3.loginDesc {color: #979595;font-size: 14px;margin-top: 0;margin-bottom: 25px;width: 100%;text-align: center;}
.loginFormHolder {display: flex;width: 100%;justify-content: center;align-items: center;align-content: center;height: 100%;flex-direction: column;padding-top: 2vw;}
.loginFormBox {position: relative;width: 400px;min-height: 450px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);padding: 30px;border-radius: 4px;background: white;}

.loginFormBox > h1 {width: 100%;text-align: center;margin-top: 0;}
.loginFormBox > .buttonsHolder {margin-top: 45px;text-align: center;}
.forgotLink {color: rgb(255, 56, 60);font-size: 12px;}
.forgotLink:hover {color: rgb(230, 141, 142);transition: .4s;}
.signupLinkHolder {margin-top: 15px;text-align: center;font-size: 14px;color: #979595;}

.row {margin-bottom: 15px;}
