﻿


/*LOGIN CSS*/


    .login-custom-footer{
        padding: 5px 5px 0px 5px !important;
    }
    .btn-orange {
        background: #ff8f32 !important;
        color: white !important;
        transition: all 0.3s ease 0s;
    }

    #login:hover {
        opacity: 0.75;
        transition: all 0.6s ease 0s;
    }

    .loc-custom {
        padding: 0px 6px 0px 10px;
    }

    .logo-text {
        margin-top: 15px;
        margin-bottom: 5px !important;
        font-size: 13px !important;
    }

    .footer-text {
        font-size: 10px !important;
        font-weight:100;
    }

    .logo-img-login-title {
        height: 45px !important;
        width: 45px !important;
    }

    .login-container .loginbox .loginbox-or .or-line-custom-right {
        position: absolute;
        height: 1px;
        top: 10px;
        left: 190px;
        right: 40px;
        background-color: #cccccc;
    }

    .login-container .loginbox .loginbox-or .or-line-custom-left {
        position: absolute;
        height: 1px;
        top: 10px;
        left: 40px;
        right: 190px;
        background-color: #cccccc;
    }

    .loginbox-title {
        height: 45px !important;
    }

    .login-container .loginbox {
        padding: 5px 5px 5px 5px !important;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    }

    .nobg {
        background-color: transparent !important;
    }

    .tagline {
        font-size: 13px !important;
    }

    .custom-footer {
        text-align: center !important;
        font-size: smaller !important;
        padding: 10px 6px 5px 6px !important;
    }

    .custom-text {
        font-size: 12px !important;
    }

    .custom-subtitlebox {
        text-align: center !important;
        padding: 5px 15px 0px 15px !important;
    }


    .custom-border {
        margin-top: 100px !important;
        padding-bottom: 5px !important;
        border-radius: 3px !important;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.68) !important;
    }

      
    .bg-white-custom {
        background-color: rgba(255, 255, 255, 0.6) !important;
    }

    .title-custom {
        font-size: 25px !important;
        color: black !important;
    }

    .namebox{
        padding:5px ; 
        background-color: rgba(188, 229, 231, 0.53);
    }

    .footer-margin{
        margin: 15px -11px -5px -11px;
    }

    .footer-line{
            position: absolute;
    height: 1px;
    top: 10px;
    left: 1px;
    right: 1px;
    background-color: #cccccc;
    }

    .logo-text-color{
        color: #74A2D9;

    }
    .login-container .loginbox .loginbox-signup a {
  font-size: 13px;
  color: #157895 !important;
}
   
/*END - LOGIN CSS*/