@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
/*@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    /* left: 0;
    top: 0; */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /* overflow: auto; Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /* padding-top: 60px; */
}

/* Modal Content/Box */
.modal-content {
    background-color: #f5f5f5;
    margin: 10% auto 0 auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    max-width: 500px; /* Could be more or less, depending on screen size */
    height: 530px;
    box-shadow: none;
    padding: 0;
    text-align: center;
    font-size: 14px;
}
/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
img.avatar {
    width: 40%;
    margin: 0 auto;
    display: block;
}
.wrapper-form h1 {
    /*font-family: "OpenSans-Semibold";*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #444;
}
.font-14 {
    font-size: 14px !important;
    /*font-family: 'OpenSans-Regular' !important;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 50px;
    display: block;
}
.mt-min-20 {
    margin-top: -20px !important;
}
.m-socmed{
    width: 100%;
    margin: -10px auto 10px auto;
}
.m-auto {
    margin: auto !important;
}
.socmed-login {
    float: left;
    margin: 5px 5px;
}
.btn-soc-txt {
    width: 124px;
    height: 40px;
    padding-top: 2px;
    text-decoration: none !important;
    outline: none !important;
}
.white {
    color: white;
}

.icon-soc {
    padding: 9px 5px 0 0px;
    width: 30px;
    height: 30px;
    margin: -1px 5px 0px -15px;
}
.g-plus {
    margin-left: -30px;
}
.form-login {
    width: 340px;
}
.wrapper-login-1 {
    padding: 15px;
    background: #efefef;
    border: 1px #fff solid;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#key, #password { width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box; }
.popup-input {
    max-width: 308px !important;
    margin: 8px auto !important;
    height: 45px;
}
.field-icon-popup {
    float: right;
    max-width: 275px;
    margin: 0 auto;
}
.visibility-icon {
    float: right;
    padding: 0 30px 0 0;
    margin: -33px 0 0px 0px;
    z-index: 1 !important;
    position: relative;
}
.in-txt {
    margin-top: 15px;
    border: none;
    background-color: #19b1c9;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-decoration: none !important;
    outline: none !important;
    font-size: 16px;
}
.white {
    color: white;
}

.ptb-10 {
    padding: 10px 0 !important;
}
.txt-center {
    text-align: center !important;
}
.font-13 {
    font-size: 13px !important;
    /*font-family: 'OpenSans-Regular' !important;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.link-daftar {
    padding: 10px 0px !important;
    font-style: normal !important;
    font-size: 13px !important;
    color: #217adf !important;
}
.wrapper-form .wrapper-socmed {
    text-align: center;
    padding: 10px 0 0 0;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.link-forget {
    padding: 10px 0px !important;
    font-style: normal !important;
    font-size: 12px !important;
    color: #217adf !important;
}
.close {
    position: absolute;
    right: 15px;
    top: -20px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
a:hover, a:active, a:focus {
    outline: 0;
    border: 0;
}

.in-txt:hover{
    background-color: #fdfdfd; 
    color: #19b1c9 !important; 
    border: 2px solid #19b1c9;
    text-decoration: none !important;
    outline: none !important;
}
.in-txt-red:hover{
    background-color: #fff; 
    color: #F39999 !important; 
    border: 2px solid #F39999;
    text-decoration: none !important;
    outline: none !important;
}
.btn-blue:hover{
    background: #fff;
    color: #19b1c9;
    border: 2px #19b1c9 solid;
    text-decoration: none !important;
    outline: none !important;
}
.btn-black:hover{
    background: #fff;
    color: #333 !important;
    border: 1px #333 solid;
}
.btn-pink:hover{
    background: #fff;
    color: #F4989C !important;
    border: 1px #F4989C solid;
}
.wrapper-form .wrapper-socmed ul li a.fb:hover {
    background: #ddd;
    color: #3d6cca;
}
.wrapper-form .wrapper-socmed ul li a.tw:hover {
    background: #ddd;
    color: #39b8e1;
}
.wrapper-form .wrapper-socmed ul li a.li:hover {
    background: #ddd;
    color: #86a3ac;
}
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}



.row-custom {
    /*display: inline-block;
    width: 100%;
    max-width: 308px;*/
    margin: 0 25px;
}
.div-custom{
    padding-left: 0;
    padding-right: 10px;
}
.div-custom:last-child{
    padding-left: 10px;
    padding-right: 0;
}
.btn-fb{
    /*width: 130px;*/
    float: left;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    /*max-width: 308px !important;*/
    margin: 20px 0;
    text-align: left;
}
.btn-g{
    /*width: 130px;*/
    float: left;
    height: 40px;
    padding: 0 30px;
    width: 100%;
    /*max-width: 308px !important;*/
    margin: 20px 0;
    text-align: left;
}
.border-fb {
    border-right: 1px solid #3490ed !important;
}
.border-g {
    border-right: 1px solid #fe7979 !important;
}
.btn-style {
    -webkit-appearance: none !important;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    text-decoration: none !important;
    outline: none !important;
}
.fb-txt {
    /* margin-left: -3px; */
    border: none;
    background-color: #1c76d2;
    border-radius: 5px;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}
.g-txt {
    /* margin-left: -3px; */
    border: none;
    background-color: #f94b4b;
    border-radius: 5px;
    text-decoration: none !important;
    outline: none !important;
    cursor: pointer;
}
.fb-txt:hover{
	background-color: #fdfdfd; 
    color: #1c76d2 !important; 
	border: 1px solid #1c76d2;
	text-decoration: none !important;
    outline: none !important;
    height: 40px;
}
.g-txt:hover{
	background-color: #fdfdfd; 
    color: #f94b4b !important; 
	border: 1px solid #f94b4b;
	text-decoration: none !important;
    outline: none !important;
    height: 40px;
}
.i-fb{
    width: 25px;
    height: 30px;
    padding: 9px 0 0 0;
    margin: 0 15px 0px -15px;
    text-align: center;
}
.i-g{
    width: 25px;
    height: 30px;
    padding: 9px 0 0 0;
    margin: 0 15px 0px -15px;
}
.w-100{width: 100%;}
.container-form{
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
.input-form{
    /*max-width: 308px !important;*/
    height: 45px;
    border-radius: 4px;
}
.pd-0{padding: 0 !important}
.block{display: block}
.mt-15{margin-top: 15px;}
.mt-30{margin-top: 30px !important;}
.min-width-300{min-width: 300px !important;}
.z100 {z-index: 1100;}