﻿
/*body {*/
/* width: 1920px;*/
/*height: 970px;*/
/*flex-shrink: 0;
            text-align: center;
            background-image: url('OLT/ms365-bg-mysamplecenter%201.png');
            background-repeat: no-repeat;
            background-attachment: fixed;*/
/*width:100%;*/
/*font-family: 'Barlow',sans-serif;  
            font-weight: 400;
            font-style:normal;
        }*/
body {
    /*flex-shrink: 0;*/
    text-align: center;
    background-image: url('../OLT/ms365-bg-mysamplecenter%201.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Barlow',sans-serif;
    font-weight: 400;
    font-style: normal;
}

#ButtonBack {
    color: white;
    font-size: 18px;
    font-family: 'Barlow',sans-serif;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    border-radius: 25px;
    border: 1px white solid;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 225px;*/
    height: 45px;
    margin-top: 10px;
}

#SystemName {
    font-family: 'Barlow',sans-serif;
    color: #063A83;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 1px;
}

#SignInYourAccount {
    font-family: 'Barlow',sans-serif;
    font-style: normal;
    text-align: center;
    color: #1B2537;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
}

.textbox {
    color: #1B2537;
    /*width: 357px;*/
    width: 80%;
    height: 35px;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 400;
    word-break: break-word;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 5px;
    text-align: left;
    background-color: transparent;
}
.textbox2 {
    color: #1B2537;
    width: 40%;
    height: 35px;
    flex-shrink: 0;
    font-size: 17px;
    font-weight: 400;
    word-break: break-word;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-left: 5px;
    text-align: center;
    background-color: transparent;
}


.CheckBoxRememberMe {
    font-family: 'Barlow',sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    word-wrap: break-word;
}

.Forgot {
    font-family: 'Barlow',sans-serif;
    color: #1B2537;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
}

#ButtonLogin {
    font-family: 'Barlow',sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    border-radius: 25px;
    border: 1px white solid;
    background-color: #42AD98;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 200px;*/
    width: 80%;
    height: 40px;
    /*margin-top: 3px;*/
    /*width: 357px;*/
}

.ButtonResetPassword {
    font-family: 'Barlow',sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    border-radius: 25px;
    border: 1px white solid;
    background-color: #FADF7E;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 1.25em;
    margin-top: 10px;
    width: 80%;
    text-decoration: none;
}

.YellowButton1 {
    font-family: 'Barlow',sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    border-radius: 25px;
    border: 1px white solid;
    background-color: #FADF7E;
    padding-left: 15px;
    padding-right: 15px;
    width: 80%;
    padding-top: 8px;
    padding-bottom: 8px;
    /*text-decoration: none;*/
}

input.icon {
    padding: 5px;
}

    input.icon::-webkit-input-placeholder {
        font-family: 'FontAwesome';
        font-size: 16px;
    }

    input.icon::-moz-placeholder {
        font-family: 'FontAwesome';
        font-size: 16px;
    }

    input.icon::-ms-input-placeholder {
        font-family: 'FontAwesome';
        font-size: 16px;
    }

#footer {
    font-family: 'Barlow',sans-serif;
    color: #8D929B;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    word-wrap: break-word;
}

p {
    font-family: 'Barlow',sans-serif;
    color: #8D929B;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    word-wrap: break-word;
}

.Button {
    font-family: 'Barlow',sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    word-wrap: break-word;
    border-radius: 25px;
    border: 1px white solid;
    background-color: #42AD98;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 200px;*/
    width: 80%;
    height: 40px;
    /*margin-top: 3px;*/
    /*width: 357px;*/



