﻿.text-web {
    color: #99d349
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-l-25p {
    margin-left: 25%;
}


#forogot-btn {
    border: none;
    background: white;
    color: #99d349;
}

#forogot-btn:hover {
    border: none;
    background: white;
    color: #99d349 !important;
}

#forogot-btn:focus {
    outline: none;
    box-shadow: none;
}