@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    margin: 0;
}

.header-div{
    position: -webkit-sticky;/* for safari*/
    position: -moz-sticky;/*for firefox*/
    position: sticky;
    top: 0;
    /*background-color: #e45525;*/
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
    margin-top: 0;
    padding: 0;
    border-bottom: 4px solid #f5f5f5;
}

.center-div{
    width: 50vw;
    margin: 10px auto;
    display: block;
    box-sizing: border-box;
}

.credential{
    width: 50%;
}

input[type=text],input[type=password]{
    padding: 16px 24px;
    margin: 3px 0;
    box-sizing: border-box;
    border:none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}

input[type=text]:focus,input[type=password]:focus{
    border-bottom: 4px solid #afeeee;
}

#login_caption{
    font-family: 'Open Sans', sans-serif;
    font-size: 48px;
    margin: 0 0 50px 0;
}

#submit1{
    background-color: #002147;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 45px;
    border:  0 none;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 30px;
}

#submit1:hover {
    background-color: #1F618D;
}

.fdiv{
    text-align: center;
    height: 50px;
    border-top: 1px solid #D8D8D8;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    bottom: 0;
    position: absolute;
    background-color: #002147;
    color: #ffffff;
}

.fdiv p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #A4A4A4;
}

.umessage{
    display: none;
    color: #FF0000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

#infonetlogo{
    left: 10vw;
    top: 1vh;
    padding: 10px;
    position: relative;
    width: 60vw;
}

#infonetlogo img,#comtext{
    display: inline;
    vertical-align: middle;
}

#comtext{
    margin-left: 10px;
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}