﻿.lbl {
    color: #524747;
    font-size: 15px;
    padding: 0;
}
body {
    font-family: "corbel";
}
.inputtxt {
    height: 45px;
    border: 1px solid;
}
.mb-0
{
    margin-bottom:0px !important;
}
.pb-20{
    padding-bottom:20px !important;
}
.pt-50
{
    padding-top:50px !important;
}
.mt-50
{
    margin-top:50px !important;
}


.fxt-form {
}

.login-txt {
    margin-top: 20px;
    height: 50px;
}

.loginbuttonClass {
    font-size: 15px;
    font-family: Arial;
    width: 200px;
    height: 42px;
    border-width: 0px;
    color: #fff;
    border-color: #18ab29;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(52, 34, 180, 1);
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

    .loginbuttonClass:hover {
        background: rgba(72, 10, 126, 1);
        text-decoration: none;
        color: #fff;
    }

.MasterloginbuttonClass {
    font-size: 15px;
    font-family: Arial;
    width: 200px;
    height: 42px;
    border-width: 0px;
    color: #fff;
    border-color: #18ab29;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #18ab29;
    display: block;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

    .MasterloginbuttonClass:hover {
        background: rgba(72, 10, 126, 1);
        text-decoration: none;
        color: #fff;
    }


.pad-forgt {
    padding-top: 20px;
}

.sec-bg {
    padding-top: 100px;
}

@media screen and (max-width: 900px) {
    .col-hidden {
        visibility: hidden;
        clear: both;
        display: none;
    }
}
