﻿
body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.btn {
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem !important;
    padding: .5rem .1rem !important;
}

.btn-primary {
    color: #000;
    background-color: #FBB040;
    border-color: #FBB040;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, btn-primary:not(:disabled):not(.disabled):active {
        color: #000;
        background-color: #bfbfbf !important;
        border-color: #bfbfbf !important;
    }

.custombtm100 {
    margin-bottom: 100px;
}

.btn-default {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-default:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-default:focus {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

.logo {
    text-align: center;
}

    .logo .logo-custom {
        height: 110px;
        margin: 3% 0;
    }

.register-bg {
    background-image: url('../images/loginpage-bf.png');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headingregister {
    font-weight: bold;
}

.width100custom input, select, textarea {
    max-width: 100%;
    background: #eaeaea;
    color: #000;
    border: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    height: 40px;
    margin-bottom: 6px;
    border-left: 6px solid #fcb040;
}

.width100custom {
    text-align: center;
    margin: auto;
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    width: 80%;
}

.btmspace30 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.customtop20 {
    margin-top: 20px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.projectheading {
    display: block;
    float: left;
}

.projectsignoutheading {
    display: block;
    float: right;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
}

.rightspace10 {
    margin-right: 10px;
}

.signout-fa {
    color: #fcb040;
}

.custom-px {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 844px) {
    .width100custom {
        width: 100%;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .width100custom {
        width: 100%;
        padding: 0 !important;
    }


    .col-md-6.register-bg.cusHide {
        order: 1;
    }
}

@media (max-width:768px) {
    .customtop80 {
        margin-top: 20px;
    }

}




.loginContent {
    font-size: 88%;
    line-height: 26px;
    text-align:justify;
}

    .loginContent ol {
        margin: 0 0 10px 0;
    }

