body{
    /*background-color: #dee9ff;*/
    font-family: tahoma !important;
    background-image: url(./back.png);
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesnâ€™t tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesnâ€™t move when
    the contentâ€™s height is greater than the imageâ€™s height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
    on the containerâ€™s size */
    background-size: cover;

    /* Set a background color that will be displayed
    while the background image is loading */
    background-color: #464646;
}

.registration-form{
	padding: 50px 0;
}

.registration-form form{
    background-color: rgba(255, 255, 255, 0.95);
    /*max-width: 600px;*/
    margin: auto;
    margin-right: 20%;
    margin-left: 20%;
    padding: 30px 50px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.btn-glow{
    box-shadow: 0 1px 20px 1px rgb(53 8 24 / 60%);
}
.registration-form .form-icon{
	text-align: center;
    background-color: #920b3b !important;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item{
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0px 20px;
    height: 45px;
}

.registration-form .create-account{
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #920b3b;
    border: none;
    color: white;
    margin-top: 20px;
}

.registration-form .social-media{
    /*max-width: 600px;*/
    background-color: #fff;
    margin: auto;
    margin-right:20%;
    margin-left:20%;
    padding: 15px 0;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #920b3b;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons{
    margin-top: 0px;
    margin-bottom: 10px;
}

.registration-form .social-icons a{
    font-size: 23px;
    margin: 0 3px;
    color: #920b3b !important;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}

.registration-form .social-icons a:hover{
    text-decoration: none;
    opacity: 0.6;
}


.button-hov:hover,  .button-hov:visited {
    color: #920b3b ;
    background-color: #eaeaea;
    border-color: #920b3b; 
    border: 0 
}

/*.button-hov:focus, .button-hov:active, .button-hov:active:focus {*/
.button-selected, .button-selected:focus, .button-selected:active, .button-selected:active:focus{
    color: #920b3b !important;
    background-color: #eaeaea !important;
    border-color: #920b3b !important; 
    border: 0 !important;
    outline-color: #A75000 !important;
   box-shadow: 0 1px 20px 1px rgb(53 8 24 / 60%) !important;
}

/*@media (max-width: 576px) {*/
@media (max-width: 800px) {
    .registration-form form{
        padding: 50px 20px;
    }

    .registration-form .form-icon{
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
    
    #logo{
        width:250px !important;
    }
    
    #choice_hotel{
        height:60px !important
    }
    #choice_clinic{
        height:60px !important
    }
    #choice_home{
        height:60px !important
    }
    
    
    .welcome{
        text-align: center;
    }
    
    .registration-form form{
        margin: auto;
        margin-right: 10%;
        margin-left: 10%;
    }
    
    .registration-form .social-media{
        margin: auto;
        margin-right:10%;
        margin-left:10%;
    }
}