body{
    background: #fff;
    font-size: 14px;
    color: #202124;
    font-family: roboto,'Noto Sans Myanmar UI',arial,sans-serif;
}

.before{
    min-height: 150px;
    display: block;
    height: 24px;
}

.after{
    min-height: 64px;
    display: block;
    height: 24px;
}

.container1{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    display: block;
    height: 24px;
}

.container2{
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    display: block;
    margin: auto;
    width: 720px;
    position: relative;
}

.form_body{
    height: auto;
    min-height: 500px;
    padding: 48px 40px 36px;
    box-sizing: border-box;
}

.form1{
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.form_main{
    padding-left: 40px;
    padding-right: 40px;
    margin: auto -40px;
}

#create_account{
    color: #202124;
    font-size: 24px;
    margin: 2px;
    font-weight: 400;
}

#continue_to{
    text-align: left;
    font-size: 16px;
    padding-left: 3px;
    margin-top: 8px;
}

.input_name{
    height: 30px;
    text-align: left;
    border-radius: 4px;
    margin: 1px 1px 0 1px;
    padding: 0 6px;
    border: 2px groove;
}

.input_pass{
    height: 30px;
    width: 150px;
    text-align: left;
    border-radius: 4px;
    margin: 1px 1px 0 1px;
    padding: 0 6px;
    border: 2px groove;
}

.input_username{
    font-size: 14px;
    height: 16px;
    padding: 7px 11px;
    text-align: left;
    border-radius: 4px;
    font-weight: 400;
    margin: 1px 1px 0 1px;
    border: none;
}

.form_row2{
    display: flex;
    margin-left: 2px;
    margin-top: 20px;
}

#username_ph{
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
}

#un_row{
    width: 376px;
    display: flex;
    border: 2px groove;
    border-radius: 4px;
}

input: focus {
  border: 2px solid #2a71c8;
}

.sign_in{
    color: #1a73e8;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #1a73e8;
}

a:visited {
  text-decoration: none;
  color: #1a73e8;
}

input[type="submit"] {
    background-color: #1a73e8;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    height: 32px;
    width: 88px;
    border-radius: 4px;
    margin-left: 190px;
    color: white;
}

.account{
    height: 240px;
    margin-left: 20px;
    margin-top: 60px;
}

.footer{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 270px;
    margin-right: 270px;
    font-size: smaller;
}

.last_links{
    display: flex;
    list-style: none;
}

.links a{
    color: #757575;
    padding-right: 20px;
    font-weight: 600;
}