﻿/*login css here #satyen 27-02-2020*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

* {
    margin: 0;
    padding: 0;
}

body {
    background: #055072;
    font-family: 'Open Sans',sans-serif;
}
.button:hover {
    background: #2288bb;
}

#login {
    width: 50%;
    margin: auto;
    /*position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: opacity 1s;
            -webkit-transition: opacity 1s;*/
}

img.spslogo {
    background: white;
    margin: 10px 0 0 10px;
}


#login h3 {
    padding: 20px 20px 20px 0px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

#login a {
    font-size: 20px;
    color: #fff;
}

form {
    _background: #f0f0f0;
    _padding: 6% 4%;
}

.action-button-previous {
    width: 18%;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d4d6), to(#656667)) !important;
    background: -webkit-linear-gradient(#d1d4d6, #656667) !important;
    background: linear-gradient(#d1d4d6, #656667) !important;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: not-allowed !important;
    padding: 23px 5px;
    margin: -11px 5px 10px 2px;
    _float: right;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}
input[type="radio"] {
    background: #12890e;
    border: 0;
    padding: 4%;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 28px;
    font-weight: 700;
    margin-top: 2%;
    margin-bottom: 2%;
}

label {
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
}
.radiobtn {
    text-align: center;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 22px;
    color: #6f9bb7;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 22px;
    color: #6f9bb7;
}

::placeholder {
    font-size: 22px;
    color: #6f9bb7;
}
.loginbtn {
    width: 100%;
    background: #12890e;
    border: 1px solid #12890e;
    padding: 23px 5px;
    color: #fff;
    margin: -11px 5px 10px 2px;
    font-size: 20px;
}

.buttonClass {
    background: #12890e;
    border: 0;
    padding: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 24px;
    font-weight: 700;
    margin-top: 2%;
}

/*forgot css stsrt here*/
.button {
    width: 100px;
    background: #3399cc;
    display: block;
    margin: 0 auto;
    margin-top: 1%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}



    .button:hover {
        background: #2288bb;
    }

.forgot {  
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.loginbox {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}

#login h1 {
    background: #055072;
    padding: 0px 20px 20px 0px;
    font-size: 35px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
#login h2 {
    background: #055072;
    padding: 10px 20px 10px 0px;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}
#login h3 {
    padding: 0px 20px 10px 0px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

#login a {
    font-size: 20px;
    color: #fff;
}



form {
    _background: #f0f0f0;
    _padding: 6% 4%;
}



input[type="email"], input[type=""] {
    width: 94%;
    background: #0c648c;
    margin-bottom: 1%;
    border: 1px solid #3588c3;
    padding: 13px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    color: #fff;
}

input[type="password"] {
    width: 96%;
    background: #0c648c;
    margin-bottom: 1%;
    border: 1px solid #3588c3;
    padding: 13px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    color: #fff;
}

input[type="text"] {
    width: 96%;
    background: #0c648c;
    margin-bottom: 1%;
    border: 1px solid #3588c3;
    padding: 13px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    color: #fff;
}



input[type="submit"] {
    width: 98%;
    background: #12890e;
    border: 0;
    padding: 13px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 24px;
    font-weight: 700;
}

input[type="radio"] {
    background: #12890e;
    border: 0;
    padding: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 24px;
    font-weight: 700;
    margin-top: 2%;
    margin-bottom: 2%;
}

label {
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
}

input[type="button"] {
    width: 49%;
    background: #12890e;
    border: 0;
    padding: 13px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 24px;
    font-weight: 700;
    /*margin-top: 5%;*/
}

input[type="submit"]:hover {
    background: #2288bb;
}

.radiobtn {
    text-align: center;
}


/*craete user accound page start css here*/
[type=radio] + label:after, [type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 13px;
    height: 13px;
    z-index: 0;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    border-color: #6b8dc2;
}

[type=radio]:checked + label:after {
    border-color: #6b8dc2;
    background-color: #6b8dc2;
    z-index: 0;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

[type=checkbox] + label, [type=radio] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    /* line-height: 25px; */
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

[type=checkbox] + label {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    /* line-height: 25px; */
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}



.button {
    width: 100px;
    background: #3399cc;
    display: block;
    margin: 0 auto;
    margin-top: 1%;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
}


    .button:hover {
        background: #2288bb;
    }



#triangle {
    width: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #3399cc;
    border-left: 12px solid transparent;
    margin: 0 auto;
}

#login h3 {
    padding: 10px 20px 10px 0px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

#login a {
    font-size: 24px;
    color: #fff;
}

#login p {
    background: #055072;
    padding: 7px 0px 41px 0px;
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #fff;
}

form {
    _background: #f0f0f0;
    _padding: 6% 4%;
}


input[type="submit"]:hover {
    background: #2288bb;
}

.radiobtn {
    text-align: center;
}


.radTextClass {
    width: 45% !important;
    background: #0c648c !important;
    margin-bottom: 1% !important;
    border: 1px solid #3588c3 !important;
    padding: 13px !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 25px !important;
    color: #fff !important;
}

.txtStyleCss {
    width: 95% !important;
    background: #0c648c;
    margin-bottom: 1%;
    border: 1px solid #3588c3;
    padding: 12px;
    font-family: 'Open Sans',sans-serif;
    font-size: 25px;
    color: #fff;
}

.btnSubmitCancel {
    width: 48.6% !important;
    background: #12890e;
    border: 0;
    padding: 12px;
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    font-size: 24px;
    font-weight: 700;
    margin-top: 2%;
}

label {
    font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 20px;
}

#btnCreateUser:hover {
    background: #2288bb;
}

.uselbl {
    float: left;
    width: 4%;
}

.spacer-bottom10 span {
    padding: 5px;
    color: #4a87a2;
}

.fa-check {
    color: #0c648c;
    padding: 0 5px 0 10px;
}