* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f1f1f1;
}

.heading {
    height: 50px;
    background-color: #0081FF;
    background-image: url('assets/left.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px;
    background-position: center;
    background-position-x: 10px;
}

.heading p {
    padding-left: 30px;
    padding-top: 17px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #FFFFFF;
}

input {
    border-radius: 30px;
    border: 1px solid whitesmoke;
    background-color: #fff;
    min-height: 50px;
    width: 100%;
    padding-left: 30px;
    height: 21px;
    outline: none;
    border: none;
}

.input-mobile {
    padding-bottom: 17px;
}

#Mobile {
    background-image: url('assets/mobile.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 14px;
    background-position: center;
    background-position-x: 12px;
    
}

#Password {
    background-image: url('assets/password.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 14px;
    background-position: center;
    background-position-x: 12px;
}

.submit {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

#submitbtn {
    border: none;
    border-color: #FFFFFF;
    color: #FFFFFF;
    background-color: #0081FF;
    height: 50px;
    width: 200px;
    border-radius: 8px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.options {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding-top: 20px;
}

.Register {
    border-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    background-color: #f8f8f8;
    width: 96px;
    height: 46px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
}

.ForgotPass {
    border-color: #FFFFFF;
    color: #000000;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-sizing: content-box;
    width: 174px;
    height: 42px;
    border: 1px solid rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 18px;
}

.footer {
    height: 45px;
    width: 100%;
    background-color: #FFFFFF;
    bottom: 0;
    z-index: 1024;
    position: fixed;
}

img {
    height: 22px;
    width: 22px; 
}

.logos {
    padding-top: 5px;
    display: flex;
    justify-content: center;
    justify-content: space-around;
}

p {
    display: flex;
    font-size: 11px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    color: #AAAAAA;
}


.logos-text {
    padding-right: 5px;
    display: flex;
    justify-content: center;
    justify-content: space-around;
}