body {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
    text-align: center;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #39b43d;
    color: white;
    padding: 8px 20px;
    margin: 8px 0;
    font-size: x-large;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.8;
}

button:hover {
    opacity: 1.0;
}

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 15px 0 12px 0;
    padding: 20px;
}

img.avatar {
    width: 20%;
    border-radius: 50%;
}

.maincontainer {
    background-color: white;
    margin: auto;
    width: 600px;
    padding: 5px;
    border: solid 3px #dddddd;
    border-radius: 5px;
    margin-bottom: 4%;
    margin-top: 3%;

}

.container2 {
    background-color: white;
    margin: auto;
    width: 350px;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 4%;
}

.container {
    background: #121212;
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

@media screen and (max-width: 1366px) {
    
}



.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5%;
    background-color: #424242;
    color: white;
    text-align: right;
    font-size: 10pt;
}

.footer p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translate(-90%, -50%);
    transform: translate(-10%, -50%);
}

.forgot_pass {
    padding-top: 10px;
    text-decoration: none;
    font-size: small;
    color: #1888ff;
}

.forgot_pass:hover {
    text-decoration: underline;
    cursor: pointer;
}

.content {
    background-color: #fefefe;
    margin: 7% auto;
    border: 1px solid #888;
    width: 80%;
}

.header {
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(82, 82, 82);
}
.data {
    padding: 10px;
    height: fit-content;

}



.content {
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
    margin: auto;
    width: 500px;
}

.content ._9o49 {
    border-right: 0;
    width: 60%;
}
.content ._9nq2 {
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
}
.content ._9o4b {
    margin-bottom: 20px;
    padding-right: 16px;
}

.content ._9o4f {
    padding: 5px 4px 7px 0;
}

.content .uiInputLabelInput {
    height: 20px;
    width: 20px;
}
.uiInputLabelRadio {
    margin-top: 1px;
}
.uiInputLabelInput {
    margin: 0;
    padding: 0;
    position: absolute;
}

.uiInputLabel .uiInputLabelLabel {
    display: inline-block;
    margin-left: 17px;
    vertical-align: baseline;
}

.uiInputLabelLegacy label {
    color: #333;
    font-weight: normal;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.content ._9o1x {
    font-family: SFProText-Medium, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.content .marginBottom4px {
    margin-bottom: 4px;
}
.content ._9o1y {
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
}
.content .marginLeft12px {
    margin-left: 12px;
}
._13dd {
    text-align: center;
}
.content ._9o4d {
    font-family: SFProText-Semibold, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.content ._9o4e {
    color: #606770;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 16px;
}
.content .uiBoxGray {
    background-color: inherit;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.content .uiInterstitialBar {
    border-radius: 0 0 8px 8px;
    padding: 5px 16px;
}

.content .textPadding20px {
    padding: 0 20px;
}

.content ._9nq0 {
    background-color: #1877f2;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    line-height: 36px;
    margin-left: 8px;
}
._ohf {
    float: right;
}
.rfloat {
    float: right;
}
.content ._9nq1 {
    background-color: #e4e6eb;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    line-height: 36px;
    margin-left: 8px;
}
._42ft {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}