#login_form_block .form_content {
    min-height: 10px;
}
.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 100;
	display: none;
}
.faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.faceted-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
        border-top-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
.loader 
{
	display:none;
	border: 3px solid #f3f3f3;
	border-top-color: rgb(243, 243, 243);
	border-top-style: solid;
	border-top-width: 3px;
	border-top: 3px solid #555;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 2s linear infinite;
}

@keyframes spin 
{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#send_code {

    width: 130px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    height: 32px;
    padding-top: 5px;

}
#varfication_confirm {
	visibility:hidden;
     width: 110px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
    height: 32px;
    padding-top: 5px;

}
#account-creation_form {
    margin-left: auto;
    margin-right: auto;
}
#varification_code 
{
    width: 262px;
    border-radius: 5px;
    height: 75px;
    font-size: 40px;
    padding-left: 51px;
    letter-spacing: 23px;
    direction: ltr;
    margin-right: auto;
	margin-left: auto;
}
.sent_code {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.dashplaceholder {
    height: 3px;
    width: 30px;
    background-color:
    #c8c8c8;
    margin-left: 17px;
    border-radius: 3px;
}
.linedashplaceholder 
{
    display: flex;
    padding-right: 61px;
    position: relative;
    bottom: 12px;
}
.success_sent_code
{
    background-color: #eeffdf;
    padding: 16px;
    color:#518541;
    border: 1px solid #b7ecb8;
    border-radius: 5px;
    width: 115%;
}
