﻿body {
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-R.ttf');
}

.divBackgrount {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url('/Images/Login/login_bg.jpg');
    background-size: 100%;
    align-self: center;
    height: 70%;
    width: 70%;
    margin: auto;
    margin-top: 7%;
    padding: 0;
    border-radius: 20px;
    min-width: 1200px;
    min-height:600px;
}

.wrapper {
    align-self: center;
    width: 100%;
    display: inline-block;
    position: relative;
}

    .wrapper:after {
        align-self: center;
        padding-top: 50.0%;
        display: block;
        content: '';
    }


.divLogin {
}


.tezLogo {
    position: absolute;
    width: 8%;
    display: inline-block;
    bottom: 2%;
    left: 6%;
}

.smsLogo {
    position: absolute;
    width: 80%;
    display: inline-block;
    top: 15%;
    left: 10%;
}

.rightPanel {
    position: absolute;
    right: 5%;
    width: 40%;
    top: 0px;
    bottom: 0px;
}

.divIcons {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
    bottom: 0px;
}

.divInputs {
    position: absolute;
    left: 40px;
    right: 30px;
    top: 0px;
    bottom: 0px;
}

.loginLogo {
    position: absolute;
    width: 24px;
    left: 8px;
    top: 8px;
}

.passLogo {
    position: absolute;
    width: 24px;
    left: 8px;
    top: 80px;
}

.inputLoginDetails {
    position: absolute;
    height: 40px;
    right: 0px;
    left: 0px;
    width: 100%;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(0, 0, 0);
}

.inputPassDetails {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 72px;
    left: 0px;
}

.divButtons {
    position: absolute;
    width: 100%;
    top: 145px;
    left: 0px;
    bottom: 0px;
}

.astext {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    color: white;
    text-decoration: underline;
    font-size: 14px;
    font-family:Ubuntu, sans-serif;
    font-weight:lighter;
}

a.astext:hover {
    color: #CCCCCC;
}


.label {
    position: absolute;
    font-size: 12px;
    right: 50px;
}

.btnLogin {
    position: absolute;
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 6px 20px 0 rgba(0,0,0,0.3);
    right: 0px;
    padding-left: 20px;
    top: 40px;
    height: 50px;
    width: 150px;
    background: #662d91;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    font-family:Ubuntu, sans-serif;
    font-weight:lighter;
}


button em {
    position: absolute;
    left: 15px;
    width: 25px;
    height: 25px;
    background-image: url('/Images/Login/tick.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.divLogin-text-danger {
    position: absolute;
    top: 46px;
}

.divPass-text-danger {
    position: absolute;
    top: 116px;
}

.divSummary-text-danger {
    position: absolute;
    top: 116px; 
}

.text-danger {
    color: #ff3737 !important;
    font-family: 'Ubuntu', sans-serif !important;
    font-weight:lighter !important;
    font-size: 14px !important;
}

.divCheckBox{
    position: absolute;
    right:25px;
    top:0px;
    width: 120px;
}

.rememberMe-text{
    position:absolute;
    left: 25px;
    top:-8px;
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight:lighter;
}

.validation-summary-errors ul { 
        list-style: none;
        margin-left:-40px
    }
