@font-face {
    font-family: "Kanit Medium";
    src: url('../fonts/Kanit/Kanit-Medium.ttf');
}

@font-face {
    font-family: "Poly Reguler";
    src: url('../fonts/Poly/Poly-Regular.ttf');
}

@font-face {
    font-family: "Poppins Medium";
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: "Poppins Light";
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}

@font-face {
    font-family: "Kalam Bold";
    src: url('../fonts/Kalam/Kalam-Bold.ttf');
}

html,
body{
    background: #425C5A;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body{
    display: flex;
    flex-direction: column;
}

main{
    flex: 1;
    position: relative;
    min-height: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
}

footer{
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    padding: 2rem;
    width: 100%;
}

.footer{
    text-align: center;
    color: #7F9B99;
    font-family: "Kanit Medium";
    font-size: 17px;
    margin: 0rem;
}

section{
    width: 40%;
    height: 90%;
    display: flex;
    align-items: center;
    align-content: center;
}

@media screen and (max-width: 1200px) {
    section{
        width: 90%;
    }
}

.content{
    width: 100%;
    height: auto;
    padding: 1rem;
}

h1{
    font-family: "Poly Reguler";
    color: #FFCEA2;
    width: 100%;
    text-align: center;
}

h3{
    font-family: "Poly Reguler";
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    letter-spacing: 1rem;
}

h4{
    font-family: "Poppins Light";
    color: #A6A6A6;
    font-weight: normal;
    margin-bottom: 2rem;
}

.logo{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.logo img{
    width: 10rem;
}

.form-input{
    width: 100%;
    margin-top: 5rem;
}

.form-control:focus {
    border-color: none;
    box-shadow: none;
    outline: none;
}

.input{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 1rem;
}

.input label{
    position: absolute;
    color: #FFFFFF;
    font-family: "Poppins Medium";
    font-size: 1.2rem;
    left: 5rem;
}

.input .input-group .form-control{
    font-family: "Poppins Medium";
    background: transparent;
    border: 0px solid transparent;
    border-bottom: 0.2rem solid #7F9B99;
    border-left: 0.2rem solid #7F9B99;
    border-radius: 0rem;
    height: 4rem;
    padding-top: 1.7rem;
    color: #FFFFFF;
}

.input .input-group .input-group-text{
    background: transparent;
    border: 0px solid transparent;
    border-bottom: 0.2rem solid #7F9B99;
    border-radius: 0rem;
    color: #FFCEA2;
    font-size: 2.5rem;
    padding: 0rem 1rem;
}

.show-hide-pass{
    color: #7F9B99 !important;
    cursor: pointer;
}

.footer-form{
    width: 100%;
    margin: 0rem;
    font-size: 0.9rem;
    color: #7F9B99;
    font-family: "Kalam Bold";
    text-align: center;
}

.btn-login{
    width: 100%;
    padding: 1rem;
    font-size: 1.2rem;
    font-family: "Poppins Medium";
    color: #425C5A;
    text-align: center;
    background: #FFCEA2;
    margin-bottom: 1rem;
}

.btn-login:hover{
    border: 2px solid #FFCEA2;
    color: #FFCEA2;
}