html{
    background: url("../img/backgrounds/1.jpg") no-repeat;
	background-size: cover;
    min-height: 100%;
}

body{
	background-color: transparent;
    font-family: 'Roboto', sans-serif;
}

#registration-form{
	max-width: 800px;
	margin: 120px auto;
}

#registration-form .image{
	float:left;
	background-image: url("../img/backgrounds/desk.jpg");
	height: 500px;
	width: 50%;
	background-size: cover;
	background-position: 25%;
}

#registration-form .frm{
	float:right;
	height: 500px;
    width: 50%;
    min-width: 250px;
    padding: 0 35px;
    background-size: 100% 100%;
    background-color: #f8f8f8;
}

#registration-form h1{
	margin-top: 30px;
	margin-bottom: 20px;
}

#registration-form .form-control{
	width: 90%;
	padding: 12px 20px;
	height: auto;
}

@media screen and (max-width: 700px){
	#registration-form .image{
		width: 30%;
	    background-position: 60%;
	}

	#registration-form .frm{
		width: 70%;
	}

	#registration-form .form-control{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	#registration-form .image{
		display: none;
	}

	#registration-form .frm{
		width: 100%;
	}

	#registration-form h1{
		text-align: center;
	}

	#registration-form .btn{
		width: 100%;
		margin-top: 20px;
	}
}

.alert-info {
    background-color: #63d8f1 !important;
    border-color: #63d8f1 !important;
    color: #FFFFFF !important;
}
.alert-success {
    background-color: #a1e82c !important;
    border-color: #a1e82c !important;
    color: #FFFFFF !important;
}
.alert-warning {
    background-color: #ffbc67 !important;
    border-color: #ffbc67 !important;
    color: #FFFFFF !important;
}
.alert-danger {
    background-color: #fc727a !important;
    border-color: #fc727a !important;
    color: #FFFFFF !important;
}
.alert span[data-notify="icon"] {
    font-size: 30px;
    display: block;
    left: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .alert button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
    z-index: 1033;
    background-color: #FFFFFF;
    display: block;
    border-radius: 50%;
    opacity: .4;
    line-height: 11px;
    width: 25px;
    height: 25px;
    outline: 0 !important;
    text-align: center;
    padding: 3px;
    font-weight: 300;
  }
  .alert button.close:hover {
    opacity: .55;
  }
  .alert .close ~ span {
    display: block;
    max-width: 89%;
  }
  .alert[data-notify="container"] {
    padding: 10px 10px 10px 20px;
    border-radius: 4px;
  }
  .alert.alert-with-icon {
    padding-left: 65px;
  }
  .card .alert {
    border-radius: 4px;
    position: relative;
  }
  .card .alert.alert-with-icon {
    padding-left: 65px;
  }
.spinnerhd {
    display: none;
}
