﻿
.login-sec {
    padding: 50px 30px;
    position: relative;
}



.login-container .container-main {
    background: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
    margin-top: 90px;
    margin-bottom: 10px;
}


.login-container .container {
    max-width: 620px;
}



.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2 {
        /*color: #fff;*/
        display: none;
        font-weight: 600;
    }

    .banner-text p {
        /*color: #fff;*/
    }




.panel.panel-default {
    /*position: absolute;*/
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 2px 2px 13px 3px rgba(0,0,0,.5);
}

    .panel.panel-default > .panel-heading {
        border-radius: 3px 3px 0 0;
        padding: 11px 10px;
        border-width: 1px 1px 0 1px;
    }

    .panel.panel-default > .panel-body {
        padding: 26px 39px 39px 39px;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }

/*        .login-container a {
            color: white !important;
        }*/



::-ms-reveal {
    display: none;
}




#togglePassword {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 1rem;
}


.padding-top-125rem {
    padding-top: .125rem !important
}
