html,
body {
    height: 100%;
}
body {
    display: flex;
    align-items: center;
    background-color: #2EB53D;
}
.form-signin {
    width: 100%;
    max-width: 100%;
    box-shadow: none !important;
    padding: 0 0 !important;
}
.form-signin .form-control {
    height: auto;
    padding: .8rem;
    font-size: 16px;
}

.btn-primary{background: #000;border-radius: 0;border: 0;color: #fff !important;z-index: 9;position: relative;}

.rc-anchor-invisible {
    height: 60px;
    width: 256px;
    display: flex;
    opacity: 0;
    box-shadow: none !important;
    border: 0;
    border-radius: 0;
}

.m-auto{padding-top:150px;}


textarea.form-control{resize:none}