.img-circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 4px solid #ebebeb;
}
 
body {
	background-color: #222d32;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.form-control-open {
    display: block;
    width: 100%;
    height: 34px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}