body{
    background:#4a4a4a;
    background:#fff;
    height: 100vh;
    }
a{
    text-decoration:none !important;
    color: #4caf50 !important;
    }

a:hover{
    color:#89c64f !important;
}

h1,h2,h3{
    font-family: 'Kaushan Script', cursive;
    }

section#login{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.myform{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    /* border-radius: 1.1rem; */
    outline: 0;
    max-width: 500px;
    }
.tx-tfm{
    text-transform:uppercase;
    }
.mybtn{
    border-radius:50px;
    }

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
    }
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    }
.google {
    color:#666;
    width:100%;
    height:40px;
    text-align:center;
    outline:none;
    border: 1px solid lightgrey;
    }
form .error {
    color: #ff0000;
    }
    #second{display:none;}

.forgot-pass-fau a {
    text-decoration: none !important;
    font-size: 14px;
}
.text-primary-fau {
    color: #1959a2;
}

.col-md-12.text-center{
    padding-left: 0;
    padding-right: 0;
}
/* TAMBAHAN */
.float-btn{
    position: absolute;
}
/*//////////////////////FORM TYPE ONE//////////////////////*/
.error{
	color:red;
}
.error2{
	color:green;
}
.form-type-one{
    padding: 80px 0px;
    background-color: #fafbf6;
    position:relative;
}
.form-type-one .form-warp{
    padding-right: 80px;
    padding-left: 80px;
}

.form-type-one .form-card{
    background-color: #fff;
    border-radius: 20px;
    padding-top: 15px;
       -webkit-box-shadow: 2px 22px 63px -17px rgba(24,139,240,0.62);
    -moz-box-shadow: 2px 22px 63px -17px rgba(24,139,240,0.62);
    box-shadow: 2px 22px 63px -17px rgba(24,139,240,0.62);
}
.form-type-one .form{
        padding-left: 15px;
        padding-right: 15px;
}
.form-type-one .form img{
    text-align: center;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
.form-type-one .form-control {
    height: 36px;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.428571;
    color: #476787;
    background-color: #fff;
    background-image: none;   
    border-image-source: linear-gradient(#3c9ef9, #71edf9);
    border-width: 1pt;
    border-image-slice: 1;
}

.form-type-one label {    
    font-weight: bold;
    font-size: 13px;
    font-family: 'Comfortaa';
    color: #476787;
}

.form-type-one .form-btn{
    margin-top: 50px;
    width: 100%;
    display: block;
    font-family: 'Comfortaa';
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    color: #fff;
    text-decoration: none;
    border: solid 0px;
    padding: 15px 25px;
    letter-spacing: 2px;
    background-image: linear-gradient(270deg, #409efb, #6feefb);
}
.form-type-one h3 {
/*    font-weight: bold;*/
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Comfortaa';
    color: #476787;
    text-align: center;
}
.form-type-one p{    
    margin-bottom: 20px;    
    font-family: 'Comfortaa';
    color: #476787;
    text-align: center;
}
.art-right{
    position:absolute;
    right:0px;
    bottom: 0px;
    z-index: 9;
}
.art-left{
    position:absolute;
    left:0px;
    bottom: 0px;
     z-index: 9;
}
@media screen and (max-width: 768px) {
    .form-type-one .form-warp{
        padding-right: 0px;
        padding-left: 0px;
    }
}

/* Responsive */
@media (min-height: 568px) {
    .form {
        margin-top: 20px;
    }
}

@media (min-height: 731px) {
    .form {
        margin-top: 80px;
    }
}

/* UNTUK FOOTER */
#footer-login {
    position: absolute;
    bottom: 0;
    width: 100vw;
}

/* Button Daftar Sekarang pada halaman login */
button.btn-daftar:hover {
    color: #fff;
    background-color: #4caf50;
    border: 2px solid #4caf50;
    /* background-color: #f58220;
    border: 2px solid #f58220; */
}
.btn-daftar {
 color: #4caf50;
 /* color: #f58220; */
 background-color: transparent;
 border: 2px solid #4caf50;
 /* border: 2px solid #f58220; */
 transition: all ease-in-out .3s;
}

@media only screen and (max-width: 767px) and (orientation: portrait){
    body{
        width: 100%;
        overflow-y: hidden !important;
        height: calc(100vh - 55px);
    }
    
    body section{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}