﻿body {
}
/**********header*************/
.topcontainer {
    /*padding: 50px 250px 100px 250px !important;*/
    background: transparent radial-gradient(closest-side at 50% 50%, #4662B3 0%, #2E3C9F 100%) 0% 0% no-repeat padding-box;
}

    .topcontainer .container {
        padding-top: 50px;
        padding-bottom: 100px;
        width: 65%;
    }

.headertext {
    text-align: right;
    font: normal normal bold 29px/28px Alef;
    letter-spacing: 0px;
    color: #FFFFFF;
}
/**********login left*************/
.loginleft {
    height:600px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C5C5C5;
    border-radius: 10px 0px 0px 10px;
    padding: 20px 30px 50px 30px !important;
}

.loginleftheader {
    text-align: right;
    font: normal normal bold 40px Alef;
    letter-spacing: 0px;
    color: #2E3F82;
}


.loginbutton {
    background: #4059AE 0% 0% no-repeat padding-box !important;
    border: 1px solid #FFFFFF33 !important;
    border-radius: 4px !important;
    padding: 8px 20px 8px 20px !important;
}

.leftimage {
    position: absolute;
    width: 123px;
    top: 496px;
    margin-left: -127px;
}

/**********login right*************/
.loginright {
    box-shadow: 0px 3px 44px #00000029;
    border: 1px solid #FFFFFF4D;
    border-radius: 0px 10px 10px 0px;
    padding: 20px 30px 0px 60px !important;
    background-color: #2E3C9F;
    position:relative;
}

.rightimage {
    position: absolute;
    width: 230px !important;
    top: 480px;
    margin-left: 56%;
}

.loginrighttheader {
    text-align: right;
    font: normal normal normal 40px Alef;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 0px #0C176B;
}

.loginrightttext {
    text-align: right;
    font: normal normal normal 18px Work Sans;
    letter-spacing: 0px;
    color: white;
    opacity: .70;
}

.loginrightttext a {
    color:white !important;
    
}

.loginrightttext span  {
    color:white !important;
    background-color: #2E3C9F !important;
   
}

/**********bottom*************/

.bottomcontainer {
    height: 50px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box !important;
    /*border: 1px solid #808080 !important;*/
}

.bottomtext {
    font: normal normal normal 18px/21px Work Sans;
    letter-spacing: 0px;
    color: #4059AE;
}
